aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2007-05-16 23:05:21 +0000
committerschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2007-05-16 23:05:21 +0000
commit2ba2eed6221f8801f74b9e54628365e45ee81441 (patch)
tree6943c071ff2879540b92dbdd6f85f05d93f95e6f
parentd08bdf1493bd917e7b5a31349d189d405681f563 (diff)
Make the ADMAnalysis grid functions public.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@51 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
-rw-r--r--interface.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 33089b2..a439a9d 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -50,6 +50,8 @@ CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_STRING IN group_name, CCTK_STRING IN bc_name)
REQUIRES FUNCTION Boundary_SelectGroupForBC
+public:
+
# For evaltrK
REAL trace_of_K TYPE = GF TAGS = 'tensortypealias="scalar"'
{