From 12330918025efc50632ec2f3cf90a57dea4d4443 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 27 Oct 2003 15:31:27 +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/EinsteinAnalysis/AHFinder/trunk@357 89daf98e-ef62-4674-b946-b8ff9de2216c --- src/AHFinder_int.F | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AHFinder_int.F') diff --git a/src/AHFinder_int.F b/src/AHFinder_int.F index 170a7ab..4e3c1b4 100644 --- a/src/AHFinder_int.F +++ b/src/AHFinder_int.F @@ -16,6 +16,7 @@ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" +#include "cctk_Functions.h" subroutine AHFinder_int(CCTK_ARGUMENTS) -- cgit v1.2.3