Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
INRT_BuildVersionString.F90
Go to the documentation of this file.
1
! *********************************************************************
2
! * Rocstar Simulation Suite *
3
! * Copyright@2015, Illinois Rocstar LLC. All rights reserved. *
4
! * *
5
! * Illinois Rocstar LLC *
6
! * Champaign, IL *
7
! * www.illinoisrocstar.com *
8
! * sales@illinoisrocstar.com *
9
! * *
10
! * License: See LICENSE file in top level of distribution package or *
11
! * http://opensource.org/licenses/NCSA *
12
! *********************************************************************
13
! *********************************************************************
14
! * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, *
15
! * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES *
16
! * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND *
17
! * NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR *
18
! * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER *
19
! * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, *
20
! * Arising FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
21
! * USE OR OTHER DEALINGS WITH THE SOFTWARE. *
22
! *********************************************************************
23
!******************************************************************************
24
!
25
! Purpose: Build version string for printing in header.
26
!
27
! Description: none.
28
!
29
! Input: none.
30
!
31
! Output:
32
! versionString = string containing version number and date.
33
!
34
! Notes:
35
! 1. The strings are NOT to be edited by anyone except the developer of
36
! this physical module.
37
!
38
!******************************************************************************
39
!
40
! $Id: INRT_BuildVersionString.F90,v 1.6 2008/12/06 08:44:31 mtcampbe Exp $
41
!
42
! Copyright: (c) 2002 by the University of Illinois
43
!
44
!******************************************************************************
45
46
SUBROUTINE
inrt_buildversionstring
( versionString )
47
48
USE
moddatatypes
49
IMPLICIT NONE
50
51
! ... parameters
52
CHARACTER(*)
:: versionstring
53
54
! ... local variables
55
CHARACTER(LEN=2)
:: major, minor,
patch
56
CHARACTER(CHRLEN)
:: date
57
58
!******************************************************************************
59
! set strings: DO NOT EDIT UNLESS YOU ARE ROCINTERACT DEVELOPER
60
61
major =
'2'
62
minor =
'0'
63
patch
=
'1'
64
65
date =
'03/08/07'
66
67
! write into string
68
69
WRITE
(versionstring,
'(A)'
) trim(major)//
'.'
//trim(minor)//
'.'
//trim(
patch
)
70
WRITE
(versionstring,
'(A)'
)
'Version: '
//trim(versionstring)
71
WRITE
(versionstring,
'(A)'
) trim(versionstring)//
', Date: '
//trim(date)
72
73
END SUBROUTINE
inrt_buildversionstring
74
75
!******************************************************************************
76
!
77
! RCS Revision history:
78
!
79
! $Log: INRT_BuildVersionString.F90,v $
80
! Revision 1.6 2008/12/06 08:44:31 mtcampbe
81
! Updated license.
82
!
83
! Revision 1.5 2008/11/19 22:17:44 mtcampbe
84
! Added Illinois Open Source License/Copyright
85
!
86
! Revision 1.4 2007/03/08 14:59:11 fnajjar
87
! Updated patch version and date
88
!
89
! Revision 1.3 2007/03/07 22:16:18 fnajjar
90
! Updated major version and date
91
!
92
! Revision 1.2 2004/12/01 22:02:03 fnajjar
93
! Updated minor version and date
94
!
95
! Revision 1.1 2004/12/01 00:04:32 wasistho
96
! added BuildVersionString
97
!
98
!
99
!******************************************************************************
100
101
102
103
104
105
inrt_buildversionstring
subroutine inrt_buildversionstring(versionString)
Definition:
INRT_BuildVersionString.F90:46
patch
Definition:
patch.h:74
moddatatypes
Definition:
ModDataTypes.F90:40
RocfluidMP
rocinteract
INRT_BuildVersionString.F90
Generated on Wed Nov 30 2016 16:56:08 for Rocstar by
1.8.5