From 0638bbc4a769521ea342c506d8a8be111ad32fe7 Mon Sep 17 00:00:00 2001 From: hawke Date: Mon, 29 Mar 2004 14:29:24 +0000 Subject: 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 --- interface.ccl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'interface.ccl') 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 ### -- cgit v1.2.3