From 3f6799302a30d97d9354bb77fdb32dea4ca464f5 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 27 Oct 2003 15:31:27 +0000 Subject: 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 --- src/ADMmass_integrand3D.F | 1 + src/D3_to_D2.F | 1 + src/Extract.F | 1 + 3 files changed, 3 insertions(+) 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 -- cgit v1.2.3