aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-05-10 12:22:40 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-05-10 12:22:40 +0000
commit6e707454d2435dd280afa3c17cb75fc50138e857 (patch)
tree1b20bc76b7b4425cbb1113eee7168e8053dbe27b
parente0b6ba41334383e750bc2af3f80818b347d5cd5c (diff)
Use aliased function Coord_GroupSystem().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@118 7842ec3a-9562-4be5-9c5b-06ba18f2b668
-rw-r--r--interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 8aabe79..c6bdce0 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -40,3 +40,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