aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-05-10 12:23:30 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-05-10 12:23:30 +0000
commit436ffa69b8cd656ec6bae5d339bdc146b910f93a (patch)
tree6e88bb139d69b0cf8ea93098e7bc3d85f959d584
parent72962251b5a7a3d48055dc52d94fa4d295327731 (diff)
Use aliased function Coord_GroupSystem().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@66 38c3d835-c875-442e-b0fe-21c19ce1d001
-rw-r--r--interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 5a6da11..f111b1c 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -41,3 +41,9 @@ CCTK_INT FUNCTION Hyperslab_FreeMapping (CCTK_INT IN mapping_handle)
REQUIRES FUNCTION Hyperslab_Get
REQUIRES FUNCTION Hyperslab_LocalMappingByIndex
REQUIRES FUNCTION Hyperslab_FreeMapping
+
+CCTK_INT FUNCTION Coord_GroupSystem \
+ (CCTK_POINTER_TO_CONST IN GH, \
+ CCTK_STRING IN groupname)
+
+REQUIRES FUNCTION Coord_GroupSystem