aboutsummaryrefslogtreecommitdiff
path: root/src/LoadAware.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LoadAware.c')
-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