From fccadfa435770baf9e49244f67c70da78a7e3394 Mon Sep 17 00:00:00 2001 From: rideout Date: Mon, 27 Jan 2003 11:11:47 +0000 Subject: 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 --- doc/MaintGuide/Template.c | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'doc/MaintGuide') 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 ***************************** + ********************************************************************/ -- cgit v1.2.3