From 656b9c64b2ce01a5d40bc0a61a30ec362784cf68 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Mon, 27 Oct 2003 14:31:00 +0000 Subject: Change include mechanism for aliased functions in Fortran. One now has to Change include mechanism for aliased functions in Fortran. One now has to #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. darcs-hash:20031027143140-07bb3-c89b45361b934b875cad21d4f74b278d9eacdd46.gz --- CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'CarpetExtra/FOWaveToyF77') diff --git a/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 b/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 index 829961283..a89c8cd57 100644 --- a/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 +++ b/CarpetExtra/FOWaveToyF77/src/FOWaveToy.F77 @@ -13,9 +13,9 @@ c -*-Fortran-*- @@*/ #include "cctk.h" -#include "cctk_Faces.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" +#include "cctk_Functions.h" @@ -127,9 +127,6 @@ c ---------------- DECLARE_CCTK_PARAMETERS DECLARE_CCTK_FUNCTIONS - external Boundary_SelectGroupForBC - CCTK_INT Boundary_SelectGroupForBC - c Local declarations integer table data table /-1/ -- cgit v1.2.3