aboutsummaryrefslogtreecommitdiff
path: root/src/SymBase.h
diff options
context:
space:
mode:
authorschnetter <schnetter@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-06-19 10:32:37 +0000
committerschnetter <schnetter@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-06-19 10:32:37 +0000
commitbd2b68f99e0b702a0e62bf535de86f2fceb34964 (patch)
treeb647eb5b55cf0f4c4ef2b42a703f2647665186a6 /src/SymBase.h
parent127c8822ee6284bdbd05993e3e2589caf61861c8 (diff)
Check that the processor grid layout is consistent with the symmetry
boundary widths. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/SymBase/trunk@13 906471b6-c639-44d1-9ea0-3e3d6879f074
Diffstat (limited to 'src/SymBase.h')
-rw-r--r--src/SymBase.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/SymBase.h b/src/SymBase.h
index b4e118e..6c3e31b 100644
--- a/src/SymBase.h
+++ b/src/SymBase.h
@@ -163,11 +163,14 @@ SymBase_SymmetryInterpolateFaces (CCTK_POINTER_TO_CONST const cctkGH_,
CCTK_POINTER const output_arrays[],
CCTK_INT const faces);
-
/* Statistics.c */
void
SymBase_Statistics (CCTK_ARGUMENTS);
+/* Check.c */
+void
+SymBase_Check (CCTK_ARGUMENTS);
+
#endif /* ! defined SYMBASE_H */