From 6afbd583c0e6dce6c77c802bbf42df0543fe7e9e Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 27 Oct 2003 15:31:28 +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.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@59 41e88fdd-2190-4c69-9c84-4659c8cf322e --- src/SourceData.F77 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SourceData.F77 b/src/SourceData.F77 index bc277d9..f6a2811 100644 --- a/src/SourceData.F77 +++ b/src/SourceData.F77 @@ -10,6 +10,7 @@ #include "cctk.h" #include "cctk_Arguments.h" +#include "cctk_Functions.h" #include "cctk_Parameters.h" #include "EllBase.h" -- cgit v1.2.3