aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-01-27 07:48:44 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-01-27 07:48:44 +0000
commite3faa69c4a9e794e80dc27b6c51b6a91d23643be (patch)
treeb3f736128e8fef488f52f61e01f34196c1366878
parentb5652dfba0c50916aaf8ebd9071f0a88691d3b08 (diff)
cctk_arguments -> cctk_Arguments
cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@154 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/PughUtils.c4
-rw-r--r--src/SetupPGF.c2
-rw-r--r--src/SetupPGH.c2
-rw-r--r--src/pugh_BoundingBox.c2
-rw-r--r--src/pugh_ProcTop.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/PughUtils.c b/src/PughUtils.c
index 83fd106..695c24c 100644
--- a/src/PughUtils.c
+++ b/src/PughUtils.c
@@ -9,8 +9,8 @@
#include <malloc.h>
#include "cctk.h"
-#include "cctk_arguments.h"
-#include "cctk_parameters.h"
+#include "cctk_Arguments.h"
+#include "cctk_Parameters.h"
#include "pugh.h"
diff --git a/src/SetupPGF.c b/src/SetupPGF.c
index 220f3c8..4132c63 100644
--- a/src/SetupPGF.c
+++ b/src/SetupPGF.c
@@ -15,7 +15,7 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "pugh.h"
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 1ee5559..e00b4f5 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -17,7 +17,7 @@ static char *rcsid = "$Id$";
#include "cctk.h"
#include "pugh.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
void BoundingBox(pGH *GH, int *nproc, int staggertype);
diff --git a/src/pugh_BoundingBox.c b/src/pugh_BoundingBox.c
index f0723b0..460058e 100644
--- a/src/pugh_BoundingBox.c
+++ b/src/pugh_BoundingBox.c
@@ -14,7 +14,7 @@ static char *rcsid = "$Header$";
#include "pugh.h"
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
void BoundingBox1D(pGH *GH, int *nproc, int staggertype);
diff --git a/src/pugh_ProcTop.c b/src/pugh_ProcTop.c
index 15a27d5..f522620 100644
--- a/src/pugh_ProcTop.c
+++ b/src/pugh_ProcTop.c
@@ -12,7 +12,7 @@
#include <math.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "pugh.h"