aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_mask.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/AHFinder_mask.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/AHFinder_mask.F')
-rw-r--r--src/AHFinder_mask.F1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AHFinder_mask.F b/src/AHFinder_mask.F
index 816141c..de8f347 100644
--- a/src/AHFinder_mask.F
+++ b/src/AHFinder_mask.F
@@ -10,6 +10,7 @@
#include "cctk.h"
#include "cctk_Parameters.h"
#include "cctk_Arguments.h"
+#include "cctk_Functions.h"
subroutine AHFinder_mask(CCTK_ARGUMENTS,rhor)