aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-09-17 23:16:23 -0400
committerErik Schnetter <schnetter@gmail.com>2012-09-17 23:16:23 -0400
commitffefc62d26d05fa2c71fd58250e27715746eca33 (patch)
treef9d1dc9c13cff681d747a931081d1fc3b10f6682 /Carpet/CarpetIOASCII
parent35e17ca7c03bf6848d8cf2446da6630af2ea82c2 (diff)
CarpetIOASCII: White space change
Diffstat (limited to 'Carpet/CarpetIOASCII')
-rw-r--r--Carpet/CarpetIOASCII/interface.ccl11
1 files changed, 5 insertions, 6 deletions
diff --git a/Carpet/CarpetIOASCII/interface.ccl b/Carpet/CarpetIOASCII/interface.ccl
index 709c7ba5d..1d377f38c 100644
--- a/Carpet/CarpetIOASCII/interface.ccl
+++ b/Carpet/CarpetIOASCII/interface.ccl
@@ -24,9 +24,8 @@ CCTK_INT this_iteration[4] TYPE=scalar
# Check whether existing output files should be truncated or not
-CCTK_INT FUNCTION IO_TruncateOutputFiles \
- (CCTK_POINTER_TO_CONST IN GH)
-
+CCTK_INT FUNCTION \
+ IO_TruncateOutputFiles (CCTK_POINTER_TO_CONST IN cctkGH)
REQUIRES FUNCTION IO_TruncateOutputFiles
@@ -46,17 +45,17 @@ REQUIRES FUNCTION SymmetryTableHandleForGI
# 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)
+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)
+FUNCTION UniqueSimulationID (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION UniqueSimulationID
# Return a pointer to an unmodifiable C string
# which contains a unique ID for this run
CCTK_POINTER_TO_CONST \
-FUNCTION UniqueRunID (CCTK_POINTER_TO_CONST IN cctkGH)
+FUNCTION UniqueRunID (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION UniqueRunID