aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-01-04 00:53:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-01-04 00:53:00 +0000
commitd7bd8d95862df8688d429fa2f6bf0b5d92d3d580 (patch)
tree7ce03bff85da211368f82db10be7d3357bd9fa1a /Carpet/CarpetIOHDF5/interface.ccl
parentb3a28939fdbc1255f916450ba0fb721dc70a0302 (diff)
CarpetIOHDF5: Require aliased function Coord_GroupSystem
darcs-hash:20050104005334-891bb-2b93c5fc4c50025b5412e494d6ed9ff457896a78.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/interface.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetIOHDF5/interface.ccl b/Carpet/CarpetIOHDF5/interface.ccl
index d81f86031..44149de5c 100644
--- a/Carpet/CarpetIOHDF5/interface.ccl
+++ b/Carpet/CarpetIOHDF5/interface.ccl
@@ -19,6 +19,12 @@ CCTK_REAL next_output_time TYPE=scalar
CCTK_INT this_iteration TYPE=scalar
+
+CCTK_INT FUNCTION Coord_GroupSystem \
+ (CCTK_POINTER_TO_CONST IN GH, \
+ CCTK_STRING IN groupname)
+REQUIRES FUNCTION Coord_GroupSystem
+
# function to check whether existing output files should be truncated or not
CCTK_INT FUNCTION IO_TruncateOutputFiles \
(CCTK_POINTER_TO_CONST IN GH)