From a9f312ad6723f412e257c138c7a1ab8082c1246c Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 27 Jan 2000 07:53:44 +0000 Subject: cctk_arguments -> cctk_Arguments cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@6 38c3d835-c875-442e-b0fe-21c19ce1d001 --- src/DumpVar.c | 2 +- src/GHExtension.c | 2 +- src/Output3D.c | 2 +- src/Startup.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/DumpVar.c b/src/DumpVar.c index 451ff08..f17a8a1 100644 --- a/src/DumpVar.c +++ b/src/DumpVar.c @@ -17,7 +17,7 @@ #include "cctk.h" #include "cctk_DefineThorn.h" -#include "cctk_parameters.h" +#include "cctk_Parameters.h" #ifdef CACTUSPUGH_PUGH #include "CactusPUGH/PUGH/src/include/pugh.h" #endif diff --git a/src/GHExtension.c b/src/GHExtension.c index 63855c0..02aa021 100644 --- a/src/GHExtension.c +++ b/src/GHExtension.c @@ -16,7 +16,7 @@ #include "cctk.h" #include "cctk_DefineThorn.h" -#include "cctk_parameters.h" +#include "cctk_Parameters.h" #ifdef CACTUSPUGH_PUGH #include "CactusPUGH/PUGH/src/include/pugh.h" #endif diff --git a/src/Output3D.c b/src/Output3D.c index d8c76ef..ea97b62 100644 --- a/src/Output3D.c +++ b/src/Output3D.c @@ -14,7 +14,7 @@ #include #include "cctk.h" -#include "cctk_parameters.h" +#include "cctk_Parameters.h" #include "cctk_DefineThorn.h" #include "ioPandaGH.h" #include "Panda/c_interface.h" diff --git a/src/Startup.c b/src/Startup.c index 500c6bd..2f9ada8 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -14,7 +14,7 @@ #include "cctk.h" #include "cctk_Flesh.h" #include "cctk_GHExtensions.h" -#include "cctk_parameters.h" +#include "cctk_Parameters.h" #include "CactusBase/IOUtil/src/ioGH.h" /* prototypes of functions to be registered */ -- cgit v1.2.3