aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-03-29 14:29:24 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-03-29 14:29:24 +0000
commit0638bbc4a769521ea342c506d8a8be111ad32fe7 (patch)
treec7192588b0cfc8122858793cad18b49b5fe56959 /interface.ccl
parent928f1a034cfa51e386739381dc0877f376028f57 (diff)
Use the aliased function to en/dis able prolongation instead of linking direct through the header file.
Add parameter to say if we want to use this function (by default we do, so nothing changes). git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@56 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
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 ###