aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-30 22:45:56 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-30 22:45:56 +0000
commitff3408521fc9c7a2892b4688dfdd9f8e953bfcca (patch)
tree5d4ee8aefbdc1270c33403959649540bd36df08b
parent3aa1a3d966a8c28dfa047f2a515b3c9809c46583 (diff)
A lot of parameter name changes, especially for IO
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@82 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--param.ccl3
-rw-r--r--src/Startup.c3
-rw-r--r--src/include/pGH.h2
3 files changed, 2 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 7ed16a9..3c3bbd6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,19 +5,16 @@ restricted:
INT global_nx "The size of the grid in the x direction"
{
- *:-1 :: "Fixed size of minus this per processor"
1:* :: "Grid of this size distributed across all processors"
} 10
INT global_ny "The size of the grid in the y direction"
{
- *:-1 :: "Fixed size of minus this per processor"
1:* :: "Grid of this size distributed across all processors"
} 10
INT global_nz "The size of the grid in the z direction"
{
- *:-1 :: "Fixed size of minus this per processor"
1:* :: "Grid of this size distributed across all processors"
} 10
diff --git a/src/Startup.c b/src/Startup.c
index f2eb81c..d8e1e41 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -77,8 +77,7 @@ int pugh_Startup(void)
CCTK_RegisterReductionOperator(pugh_ReduceNorm2,"norm2");
/* Register the PUGH banner */
- banner="Driver provided by PUGH:\nBy Paul Walker, Extended by Tom Goodale and Thomas Radke";
-
+ banner="Driver provided by PUGH";
CCTK_RegisterBanner(banner);
return 0;
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 3e31e79..1ae8344 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -13,7 +13,7 @@
@endhistory
@history
@hauthor Gabrielle Allen @hdate 26 Sep 1998
- @desc Changed IO parameter names, removed GH->iomode, added t_iopars
+ @desc Changed IO parameter names, removed GH->out3D_mode, added t_iopars
structure
@hauthor Gabrielle Allen @hdate 17 Oct 1998
@desc Added more IO parameters to IO structure