aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@41e88fdd-2190-4c69-9c84-4659c8cf322e>2003-10-27 15:31:28 +0000
committerschnetter <schnetter@41e88fdd-2190-4c69-9c84-4659c8cf322e>2003-10-27 15:31:28 +0000
commit6afbd583c0e6dce6c77c802bbf42df0543fe7e9e (patch)
treec010de95c8260db72f7128b6269a2e5f86ced556
parenta4031c70f9594f5d257420839655dbdcb5dd20f7 (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.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@59 41e88fdd-2190-4c69-9c84-4659c8cf322e
-rw-r--r--src/SourceData.F771
1 files changed, 1 insertions, 0 deletions
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"