From 2cdd8f41925ad741308d5218bccc6979cda668e2 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.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@82 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7 --- src/standing_planewaves.F77 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/standing_planewaves.F77 b/src/standing_planewaves.F77 index cd75a73..aafed2b 100644 --- a/src/standing_planewaves.F77 +++ b/src/standing_planewaves.F77 @@ -3,6 +3,7 @@ c $Header$ #include "cctk.h" #include "cctk_Arguments.h" +#include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine IDLinearWaves_StandWaves (CCTK_ARGUMENTS) -- cgit v1.2.3