aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-02-05 16:55:07 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-02-05 16:55:07 +0000
commitaefcbe6b7b995a7a069b5e3a9798fc4fe42a4684 (patch)
tree374d7cebce639fdd4d2bea3829b99bb12e6bdb51
parent2ccbad67ab4be22c8d6b363f0f21e1a1920bd0df (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@160 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/GHExtension.c6
-rw-r--r--src/SetupPGF.c4
-rw-r--r--src/SetupPGH.c4
-rw-r--r--src/pugh_ProcTop.c4
4 files changed, 9 insertions, 9 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 3cdf6a9..203a2c2 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -152,7 +152,7 @@ void *pugh_SetupGH(tFleshConfig *config,
return newGH;
- USE_CCTK_PARAMETERS
+
}
@@ -333,7 +333,7 @@ int pugh_GFSize(int dim, int *nsize)
}
}
- USE_CCTK_PARAMETERS;
+ ;
return 0;
}
@@ -369,7 +369,7 @@ int pugh_GFGhostsize(int dim, int *ghostsize)
ghostsize = NULL;
}
}
- USE_CCTK_PARAMETERS;
+ ;
return 0;
}
diff --git a/src/SetupPGF.c b/src/SetupPGF.c
index 4132c63..a2c126f 100644
--- a/src/SetupPGF.c
+++ b/src/SetupPGF.c
@@ -158,7 +158,7 @@ pGF *SetupPGF(pGH *GH, const char *name, int dim, int varsize, int vtype, int st
/* And return myself... */
return res;
- USE_CCTK_PARAMETERS
+
}
@@ -343,7 +343,7 @@ int EnableGFDataStorage(pGH *GH, pGF *GF)
return 1;
- USE_CCTK_PARAMETERS
+
}
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 9443590..54eab83 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -284,7 +284,7 @@ void pGH_SetupBasics(pGH *GH,
GH->convlevel = 0;
GH->forceSync = 0;
- USE_CCTK_PARAMETERS
+
}
@@ -854,7 +854,7 @@ int SetupDefaultTopology(int dim, int *nprocs)
return retval;
- USE_CCTK_PARAMETERS
+
}
diff --git a/src/pugh_ProcTop.c b/src/pugh_ProcTop.c
index f522620..05ee845 100644
--- a/src/pugh_ProcTop.c
+++ b/src/pugh_ProcTop.c
@@ -126,7 +126,7 @@ void ProcTop3D(int np, int *nproc)
free(dir);
- USE_CCTK_PARAMETERS
+
}
@@ -169,7 +169,7 @@ void ProcTop1D(int np, int *nproc)
free(dir);
- USE_CCTK_PARAMETERS
+
}