aboutsummaryrefslogtreecommitdiff
path: root/src/CheckParameters.c
diff options
context:
space:
mode:
authorallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2000-01-27 07:52:32 +0000
committerallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2000-01-27 07:52:32 +0000
commitb7bb16f3efd3faacfef604795aba22050cb011ba (patch)
tree496c8c3837207a9a264e4216aa706815bed353ff /src/CheckParameters.c
parent0b1ea7717e06dd6319165ddd489c7b9c46630aad (diff)
cctk_arguments -> cctk_Arguments
cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@12 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'src/CheckParameters.c')
-rw-r--r--src/CheckParameters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CheckParameters.c b/src/CheckParameters.c
index 78eacee..9c195df 100644
--- a/src/CheckParameters.c
+++ b/src/CheckParameters.c
@@ -8,8 +8,8 @@
@@*/
#include "cctk.h"
-#include "cctk_parameters.h"
-#include "cctk_arguments.h"
+#include "cctk_Parameters.h"
+#include "cctk_Arguments.h"
static char *rcsid = "$Id$";