aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl9
1 files changed, 8 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 79e48a1..64f37bd 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -7,7 +7,14 @@ implements: MethodOfLines
#INCLUDE HEADER: MoL.h IN MoL.h
USES INCLUDE: NaNChecker.h
-USES INCLUDE: carpet.h
+#USES INCLUDE: carpet.h
+
+##############################################
+### Functions from Carpet that may be used ###
+##############################################
+
+SUBROUTINE EnableProlongating(CCTK_INT IN Status)
+USES FUNCTION EnableProlongating
################################################################
### Aliased registration and type changing functions for the ###