aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-02-05 22:55:16 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-02-05 22:55:16 +0000
commit2086db1cccf53c8b119ecc69ab88d9a09a4af63f (patch)
treec277a99578ecf6c1defb5f012771df8661749011
parentda21e9d54195198c75d0b7aaedc1d6a76ee2483f (diff)
Semicolon after fileversion and grdoc fix.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@429 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/LoadAware.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LoadAware.c b/src/LoadAware.c
index cd31e18..d48610f 100644
--- a/src/LoadAware.c
+++ b/src/LoadAware.c
@@ -19,7 +19,7 @@
static const char *rcsid="$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_LoadAware_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_LoadAware_c);
/* prototypes of routines defined in this source file */
@@ -243,12 +243,12 @@ int PUGH_GetBounds (int is_gf, int dim, int *bounds[], int nprocs[], int nsize[]
@enddesc
@var np
- @vdesc number of processors on this direction
+ @vdesc number of processors in this direction
@vtype int
@vio in
@endvar
- @var total
- @vdesc number of grid points
+ @var grid_points
+ @vdesc number of grid points in this direction
@vtype int
@vio in
@endvar