aboutsummaryrefslogtreecommitdiff
path: root/src/SetSym.F
diff options
context:
space:
mode:
authorschnetter <schnetter@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-10-27 15:31:27 +0000
committerschnetter <schnetter@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-10-27 15:31:27 +0000
commit12330918025efc50632ec2f3cf90a57dea4d4443 (patch)
treeef4c2be0b051600ff44325efe6ffe820773e4093 /src/SetSym.F
parent6ccf50bf313375211b36449c0a3037b93d94ad02 (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/EinsteinAnalysis/AHFinder/trunk@357 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/SetSym.F')
-rw-r--r--src/SetSym.F1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SetSym.F b/src/SetSym.F
index a7c331b..bf95b2b 100644
--- a/src/SetSym.F
+++ b/src/SetSym.F
@@ -9,6 +9,7 @@
#include "cctk.h"
#include "cctk_Arguments.h"
+#include "cctk_Functions.h"
#include "cctk_Parameters.h"
/*@@