aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorschnetter <>2004-05-21 16:09:00 +0000
committerschnetter <>2004-05-21 16:09:00 +0000
commitb65534f818209f71676cccf35b2d90ad18c88c5b (patch)
tree10ff0e246fad4b58a682b5c5779838ce3f9adf05 /Carpet/Carpet/interface.ccl
parent81b249bba9f98262ad996cee5fb0d82454155aa9 (diff)
Cosmetic changes
darcs-hash:20040521160917-07bb3-ba8f658aa8ca6ee067c3a47119a912be0cce4d2f.gz
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl11
1 files changed, 7 insertions, 4 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 5843131e4..ee40da802 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn Carpet
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.14 2004/05/10 13:56:24 hawke Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.15 2004/05/21 18:09:17 schnetter Exp $
IMPLEMENTS: Driver
@@ -24,10 +24,13 @@ uses include header: th.hh
uses include header: operators.hh
-# Provide the function to en/dis able prolongation
+
+
+# Provide the function to en-/disable prolongation
CCTK_INT FUNCTION EnableProlongating(CCTK_INT IN flag)
-PROVIDES FUNCTION EnableProlongating WITH CarpetEnableProlongating \
- LANGUAGE C
+PROVIDES FUNCTION EnableProlongating WITH CarpetEnableProlongating LANGUAGE C
+
+
# The location of the boundary points
CCTK_INT FUNCTION GetBoundarySpecification \