From c02cf2fedae18719a4192e9fc18bce625692a21f 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/IDScalarWave/trunk@61 f5a6acaf-da7d-456b-b0a8-35edbc60b392 --- src/InitialData.F77 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/InitialData.F77 b/src/InitialData.F77 index 08de276..1dae892 100644 --- a/src/InitialData.F77 +++ b/src/InitialData.F77 @@ -8,8 +8,9 @@ @@*/ #include "cctk.h" -#include "cctk_Parameters.h" #include "cctk_Arguments.h" +#include "cctk_Functions.h" +#include "cctk_Parameters.h" /*@@ -- cgit v1.2.3