aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@d0051148-8e13-4bef-be1d-f6c572c85f9f>2004-09-07 21:27:46 +0000
committergoodale <goodale@d0051148-8e13-4bef-be1d-f6c572c85f9f>2004-09-07 21:27:46 +0000
commiteb4b8a945330437d40489ce4b0f2891414387d5e (patch)
tree16019e48c90574d4d828726123e34216b486f793
parentb65d0242a9ff9d968a30d04e23b92ec0ed531aee (diff)
Adding missing prototype.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@9 d0051148-8e13-4bef-be1d-f6c572c85f9f
-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 ************************
+ ********************************************************************/
+