aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-01-27 07:46:59 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-01-27 07:46:59 +0000
commita7b1e78cf282e8b87ed3485960787ec912b027b8 (patch)
tree6591c1133193884a28513ca05503063007d2004a /src
parentac5b2c7449bbb5f5941ac524c8cdedef840d5002 (diff)
cctk_arguments -> cctk_Arguments
cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@44 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src')
-rw-r--r--src/CheckpointRecovery.c2
-rw-r--r--src/GHExtension.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index c4d4237..c78c3a9 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -12,7 +12,7 @@
#include <stdlib.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "ioGH.h"
#include "StoreHandledData.h"
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 518a84a..42c3e97 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -16,7 +16,7 @@
#include <stdio.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "ioGH.h"