aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-26 17:15:35 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-26 17:15:35 +0100
commit140eaa74a9e30828636c5bedafbda6723db758de (patch)
treecedbd99a86b502626dbf50e279c98cbb3aa8d468 /src/Cartoon2D.h
parent3a99f1362b3168a120a0ed5f37fceb2b036c3116 (diff)
Largely rewrite to work with mesh refinement.HEADmaster
As the actual work is now mostly done in the evolution code, this really only handles the symmetry condition on the x-axis.
Diffstat (limited to 'src/Cartoon2D.h')
-rw-r--r--src/Cartoon2D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cartoon2D.h b/src/Cartoon2D.h
index b4fadc3..d371729 100644
--- a/src/Cartoon2D.h
+++ b/src/Cartoon2D.h
@@ -7,7 +7,7 @@
extern "C" {
#endif
-int BndCartoon2DVI(const cGH *GH, int tensortype, int prolongtype, int vi);
+int BndCartoon2DVI(const cGH *cctkGH, int tensortype, int vi);
CCTK_INT
Cartoon2D_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,