summaryrefslogtreecommitdiff
path: root/doc/MaintGuide
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-27 11:11:47 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-27 11:11:47 +0000
commitfccadfa435770baf9e49244f67c70da78a7e3394 (patch)
treea12d432481f1772adc4d6f410549ca9043015540 /doc/MaintGuide
parent1208e618983259fa552de5b17ac832d54011a4c3 (diff)
Proposed revision of ordering of code in Cactus C source files.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3108 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/MaintGuide')
-rw-r--r--doc/MaintGuide/Template.c30
1 files changed, 23 insertions, 7 deletions
diff --git a/doc/MaintGuide/Template.c b/doc/MaintGuide/Template.c
index c8f33a1b..0b05ce4a 100644
--- a/doc/MaintGuide/Template.c
+++ b/doc/MaintGuide/Template.c
@@ -42,30 +42,46 @@ static const char *rcsid = "$Header$";
CCTK_FILEVERSION(MaintGuide_Template_c);
/********************************************************************
- ********************* Local Data Types ***********************
+ ********************* Local Data Types ***************************
********************************************************************/
/********************************************************************
- ********************* Local Routine Prototypes *********************
+ ********************* Local Data *********************************
********************************************************************/
/********************************************************************
- ***************** Scheduled Routine Prototypes *********************
+ ********************* Aliased Routine Prototypes *****************
********************************************************************/
/********************************************************************
- ********************* Other Routine Prototypes *********************
+ ********************* Scheduled Routine Prototypes ***************
********************************************************************/
/********************************************************************
- ********************* Local Data *****************************
+ ********************* Fortran Wrapper Prototypes *****************
********************************************************************/
/********************************************************************
- ********************* External Routines **********************
+ ********************* Local Routine Prototypes *******************
********************************************************************/
/********************************************************************
- ********************* Local Routines *************************
+ ********************* Aliased Routines ***************************
********************************************************************/
+/********************************************************************
+ ********************* Scheduled Routines *************************
+ ********************************************************************/
+/* Fortran wrappers appear immediately after C definition of function */
+
+/********************************************************************
+ ********************* Other External Routines ********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Macro Definitions **************************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Local Routines *****************************
+ ********************************************************************/