aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2003-10-27 15:31:27 +0000
committerschnetter <schnetter@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2003-10-27 15:31:27 +0000
commit3f6799302a30d97d9354bb77fdb32dea4ca464f5 (patch)
tree2b20ee852fa13464c6c7c849690085d2fab5e5b8
parent1086e6413aa48c78d961c77466d80ef51ab026d1 (diff)
Change include mechanism for aliased functions in Fortran. One now has to
#include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@89 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
-rw-r--r--src/ADMmass_integrand3D.F1
-rw-r--r--src/D3_to_D2.F1
-rw-r--r--src/Extract.F1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/ADMmass_integrand3D.F b/src/ADMmass_integrand3D.F
index 566741a..b905b17 100644
--- a/src/ADMmass_integrand3D.F
+++ b/src/ADMmass_integrand3D.F
@@ -1,5 +1,6 @@
#include "cctk.h"
#include "cctk_Parameters.h"
+#include "cctk_Functions.h"
c ========================================================================
diff --git a/src/D3_to_D2.F b/src/D3_to_D2.F
index ba77d99..112cee7 100644
--- a/src/D3_to_D2.F
+++ b/src/D3_to_D2.F
@@ -1,5 +1,6 @@
#include "cctk.h"
+#include "cctk_Functions.h"
c ========================================================================
diff --git a/src/Extract.F b/src/Extract.F
index b4ba753..e087293 100644
--- a/src/Extract.F
+++ b/src/Extract.F
@@ -10,6 +10,7 @@ c@@*/
#include "cctk.h"
#include "cctk_Parameters.h"
#include "cctk_Arguments.h"
+#include "cctk_Functions.h"
c/*@@
c @routine Extract