aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-07-11 15:57:10 +0000
committerrideout <rideout@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-07-11 15:57:10 +0000
commitdb3b326b5c33424c6b41ef5f8add2c7b7ed2032f (patch)
tree461877fdc74e680d7e2f3b288723d9ad96079f1c
parent5707fc7b5b455683f95efd859ef8b387e80cf9be (diff)
Fixed comment.
Put semicolon at end of CCTK_FILEVERSION(CactusPUGH_PUGH_Evolve_c). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@396 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/Evolve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Evolve.c b/src/Evolve.c
index 2e2db3d..9448b7a 100644
--- a/src/Evolve.c
+++ b/src/Evolve.c
@@ -23,7 +23,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_Evolve_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_Evolve_c);
/* Define some macros for convenience. */
@@ -122,7 +122,7 @@ int PUGH_Evolve(tFleshConfig *config)
/*** Call OUTPUT for this GH (this routine ***/
/*** checks if output is necessary) and makes ***/
- /*** an Traverse with CCTK_ANALYSIS ***/
+ /*** a Traverse with CCTK_ANALYSIS ***/
ForallConvLevels(iteration, convergence_level)
{
CCTK_Traverse(config->GH[convergence_level], "CCTK_ANALYSIS");