aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-05-10 12:17:55 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-05-10 12:17:55 +0000
commit0dbfc316f173dcf3e160dc57b2138ffb06c60f9d (patch)
treeb2e9e894846caf850ffbbedce665ecb949055959
parente0a849da7a3f0715806f0c1d1adc1d7f11bf4c3f (diff)
Use aliased function Coord_GroupSystem().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@321 ebee0441-1374-4afa-a3b5-247f3ba15b9a
-rw-r--r--interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index acce0b1..2cdffbb 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -59,3 +59,9 @@ REQUIRES FUNCTION Hyperslab_Get
REQUIRES FUNCTION Hyperslab_LocalMappingByIndex
REQUIRES FUNCTION Hyperslab_GlobalMappingByIndex
REQUIRES FUNCTION Hyperslab_FreeMapping
+
+CCTK_INT FUNCTION Coord_GroupSystem \
+ (CCTK_POINTER_TO_CONST IN GH, \
+ CCTK_STRING IN groupname)
+
+REQUIRES FUNCTION Coord_GroupSystem