aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhawke <>2004-03-29 14:14:00 +0000
committerhawke <>2004-03-29 14:14:00 +0000
commitb6ff83da7b4afff959a15886b23504fbbb476601 (patch)
treec67fa78cf8a19297b9d42e5d9cc02fca954b84c4
parenta8f945242965b5f9f42407b5fbd1d0f8cde6248f (diff)
Correct the return type of the aliased EnableProlongating function.
darcs-hash:20040329141414-58737-42a71c162aaa9b797a82a498296f05b8fac7b98e.gz
-rw-r--r--Carpet/Carpet/interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index e5245f01e..9ed5c4cc3 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.9 2004/03/29 14:27:28 hawke Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.10 2004/03/29 16:14:14 hawke Exp $
implements: Driver
@@ -23,7 +23,7 @@ uses include header: th.hh
uses include header: operators.hh
# Provide the function to en/dis able prolongation
-SUBROUTINE EnableProlongating(CCTK_INT IN flag)
+CCTK_INT FUNCTION EnableProlongating(CCTK_INT IN flag)
PROVIDES FUNCTION EnableProlongating WITH CarpetEnableProlongating \
LANGUAGE C