aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 21:23:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 21:23:00 +0000
commit8a311ef0b05b0508c3b36e953ee3543a84890ebf (patch)
tree78c779b8882cc58b09dce424f9a8b5edf12db36b /Carpet/CarpetIOASCII/interface.ccl
parentfd724278dce7055df787faf95754af969e33062c (diff)
CarpetIOASCII: Put the unique build ID into the output files
darcs-hash:20051119212349-dae7b-4a59559f65890620631c265f391a38b0934e210a.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/interface.ccl')
-rw-r--r--Carpet/CarpetIOASCII/interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetIOASCII/interface.ccl b/Carpet/CarpetIOASCII/interface.ccl
index 589e9cabb..2c06d7399 100644
--- a/Carpet/CarpetIOASCII/interface.ccl
+++ b/Carpet/CarpetIOASCII/interface.ccl
@@ -37,6 +37,12 @@ REQUIRES FUNCTION SymmetryTableHandleForGrid
# Return a pointer to an unmodifiable C string
+# which contains a unique ID for this build
+CCTK_POINTER_TO_CONST \
+FUNCTION UniqueBuildID (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION UniqueBuildID
+
+# Return a pointer to an unmodifiable C string
# which contains a unique ID for this simulation
CCTK_POINTER_TO_CONST \
FUNCTION UniqueSimulationID (CCTK_POINTER_TO_CONST IN cctkGH)