aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2003-10-27 15:31:28 +0000
committerschnetter <schnetter@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2003-10-27 15:31:28 +0000
commit2cdd8f41925ad741308d5218bccc6979cda668e2 (patch)
tree6a39df1ee956fdfc3fb44a978705c8b140c44621
parent5d4dfbfea84336630412b333f3963ccd2134e104 (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/EinsteinInitialData/IDLinearWaves/trunk@82 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
-rw-r--r--src/standing_planewaves.F771
1 files changed, 1 insertions, 0 deletions
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)