aboutsummaryrefslogtreecommitdiff
path: root/src/Output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output.c')
-rw-r--r--src/Output.c19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/Output.c b/src/Output.c
index 3854f92..155678f 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -5,7 +5,7 @@
@desc
Functions to report the timers
@enddesc
- @version $Id$
+ @version $Header$
@@*/
#include <stdlib.h>
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusUtils_TimerReport_Output_c)
+CCTK_FILEVERSION(CactusUtils_TimerReport_Output_c);
/********************************************************************
********************* Local Data Types ***********************
@@ -29,19 +29,21 @@ CCTK_FILEVERSION(CactusUtils_TimerReport_Output_c)
********************************************************************/
/********************************************************************
- ********************* Other Routine Prototypes *********************
+ ********************* Scheduled Routine Prototypes ***************
********************************************************************/
+void TimerReport_Output(CCTK_ARGUMENTS);
+
/********************************************************************
- ********************* Local Data *****************************
+ ********************* Other Routine Prototypes *********************
********************************************************************/
/********************************************************************
- ******************** External Routines ************************
+ ********************* Local Data *****************************
********************************************************************/
/********************************************************************
- ******************** Internal Routines ************************
+ ******************** External Routines ************************
********************************************************************/
/*@@
@@ -96,3 +98,8 @@ void TimerReport_Checkpoint(CCTK_ARGUMENTS)
CCTK_SchedulePrintTimes(NULL);
}
}
+
+/********************************************************************
+ ******************** Internal Routines ************************
+ ********************************************************************/
+