Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TEMPLATE.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:
26 !
27 ! Description:
28 !
29 ! Input:
30 !
31 ! Output:
32 !
33 ! Notes:
34 !
35 !******************************************************************************
36 !
37 ! $Id: TEMPLATE.F90,v 1.5 2008/12/06 08:44:00 mtcampbe Exp $
38 !
39 ! Copyright: (c) 2001 by the University of Illinois
40 !
41 !******************************************************************************
42 
43 SUBROUTINE
44 FUNCTION
45 
46  USE moddatatypes
47  USE moderror
48  USE modglobal, ONLY : t_global
49  USE modinterfaces, ONLY :
50  IMPLICIT NONE
51 
52 ! ... parameters
53 
54 
55 ! ... loop variables
56 
57 
58 ! ... local variables
59  CHARACTER(CHRLEN) :: rcsidentstring
60 
61 !******************************************************************************
62 
63  rcsidentstring = '$RCSfile: TEMPLATE.F90,v $ $Revision: 1.5 $'
64 
65  CALL registerfunction( global,'function name',&
66  'TEMPLATE.F90' )
67 
68 ! comment ---------------------------------------------------------------------
69 
70 
71 ! comment
72 
73 
74 
75 ! - comment
76 
77 
78 
79 ! --- comment
80 
81 
82 
83  CALL deregisterfunction( global )
84 
85 END SUBROUTINE
86 END FUNCTION
87 
88 !******************************************************************************
89 !
90 ! RCS Revision history:
91 !
92 ! $Log: TEMPLATE.F90,v $
93 ! Revision 1.5 2008/12/06 08:44:00 mtcampbe
94 ! Updated license.
95 !
96 ! Revision 1.4 2008/11/19 22:17:14 mtcampbe
97 ! Added Illinois Open Source License/Copyright
98 !
99 ! Revision 1.3 2002/09/05 18:29:43 jblazek
100 ! Variable global moved into regions().
101 !
102 ! Revision 1.2 2002/07/05 23:20:45 jblazek
103 ! Corrected bug in perfgasDependentVars.F90; did some cosmetics.
104 !
105 ! Revision 1.1.1.1 2001/12/03 21:44:04 jblazek
106 ! Import of RocfluidMP
107 !
108 !******************************************************************************
109 
110 
111 
112 
113 
114 
115 
subroutine registerfunction(global, funName, fileName)
Definition: ModError.F90:449
subroutine deregisterfunction(global)
Definition: ModError.F90:469