aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-08 14:48:47 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-08 14:48:47 +0000
commit4337542a085f69ad013654b44d707142a043ddd5 (patch)
tree581e08744e4f59fea535aeacd25a6e4d365de9e1 /src/patch/test_patch_system.cc
parent9fcd9cbadfc7aca474f98c358b4dba85a9740456 (diff)
move a bunch of logic out of interpatch_ghost_zone::interpatch_ghost_zone()
down into interpatch_ghost_zone::finish_setup() since it needs to look at types of adjacent-side ghost zones, also rename a bunch of other patch-system-setup logic git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@466 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/test_patch_system.cc')
-rw-r--r--src/patch/test_patch_system.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/patch/test_patch_system.cc b/src/patch/test_patch_system.cc
index e59c38f..aefe552 100644
--- a/src/patch/test_patch_system.cc
+++ b/src/patch/test_patch_system.cc
@@ -13,7 +13,7 @@
#include "util_Table.h"
#include "cctk.h"
-//#include "cctk_Arguments.h"
+#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "jt/stdc.h"
@@ -39,7 +39,7 @@ using jtutil::error_exit;
// ***** prototypes *****
//
extern "C"
- void test_patch_system();
+ void test_patch_system(CCTK_ARGUMENTS);
//******************************************************************************
@@ -47,8 +47,9 @@ extern "C"
// This function is the Cactus interface for the test driver.
//
extern "C"
- void test_patch_system()
+ void test_patch_system(CCTK_ARGUMENTS)
{
+DECLARE_CCTK_ARGUMENTS
DECLARE_CCTK_PARAMETERS
//