aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhawke <hawke@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2003-10-28 17:29:52 +0000
committerhawke <hawke@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2003-10-28 17:29:52 +0000
commitecdedb17811482e0f168d6f9fae9e71508cebb80 (patch)
tree42d3bdcfadc9a7a9ccc55cc31a0fee01e38e3682
parent124446220b87ee73324d6ed836629a4482d7b8f5 (diff)
Include cctk_Functions for the DECLARE_CCTK_FUNCTIONS macros.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@39 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
-rw-r--r--src/extrapolate.F902
-rw-r--r--src/findboundary.F902
-rw-r--r--src/findnormals.F902
-rw-r--r--src/findnormals_erik.F902
-rw-r--r--src/fixedsphere.F902
5 files changed, 10 insertions, 0 deletions
diff --git a/src/extrapolate.F90 b/src/extrapolate.F90
index aa79d83..19ca1b6 100644
--- a/src/extrapolate.F90
+++ b/src/extrapolate.F90
@@ -7,6 +7,8 @@
#include "cctk.h"
#include "cctk_Parameters.h"
+#include "cctk_Functions.h"
+
#include "maskvalues.h"
subroutine excision_extrapolate (ierr, var, oldvar, &
diff --git a/src/findboundary.F90 b/src/findboundary.F90
index 0dbc5b6..454c91a 100644
--- a/src/findboundary.F90
+++ b/src/findboundary.F90
@@ -6,6 +6,8 @@
#include "cctk.h"
#include "cctk_Parameters.h"
+#include "cctk_Functions.h"
+
#include "maskvalues.h"
subroutine excision_findboundary (ierr, mask, ni, nj, nk)
diff --git a/src/findnormals.F90 b/src/findnormals.F90
index 518679c..ecd4d43 100644
--- a/src/findnormals.F90
+++ b/src/findnormals.F90
@@ -6,6 +6,8 @@
#include "cctk.h"
#include "cctk_Parameters.h"
+#include "cctk_Functions.h"
+
#include "maskvalues.h"
subroutine excision_findnormals (ierr, mask, dirx, diry, dirz, ni, nj, nk)
diff --git a/src/findnormals_erik.F90 b/src/findnormals_erik.F90
index 8feccf2..6740d0f 100644
--- a/src/findnormals_erik.F90
+++ b/src/findnormals_erik.F90
@@ -6,6 +6,8 @@
#include "cctk.h"
#include "cctk_Parameters.h"
+#include "cctk_Functions.h"
+
#include "maskvalues.h"
subroutine excision_findnormals (ierr, mask, dirx, diry, dirz, ni, nj, nk)
diff --git a/src/fixedsphere.F90 b/src/fixedsphere.F90
index 9b4fba6..7d2294d 100644
--- a/src/fixedsphere.F90
+++ b/src/fixedsphere.F90
@@ -3,6 +3,8 @@
#include "cctk_Parameters.h"
#include "cctk_Arguments.h"
+#include "cctk_Functions.h"
+
subroutine Lego_FixedSphere(CCTK_ARGUMENTS)
implicit none