aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyExpl
diff options
context:
space:
mode:
authorschnetter <>2003-10-27 14:31:00 +0000
committerschnetter <>2003-10-27 14:31:00 +0000
commit656b9c64b2ce01a5d40bc0a61a30ec362784cf68 (patch)
tree91e5bd082528c31fa9583eb937588e2cddb1b6ee /CarpetExtra/WaveToyExpl
parentd224598c9fd5042022184215655ece15d2ee0a9a (diff)
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
Diffstat (limited to 'CarpetExtra/WaveToyExpl')
-rw-r--r--CarpetExtra/WaveToyExpl/src/intboundaries.F774
1 files changed, 2 insertions, 2 deletions
diff --git a/CarpetExtra/WaveToyExpl/src/intboundaries.F77 b/CarpetExtra/WaveToyExpl/src/intboundaries.F77
index b5263c267..17766a737 100644
--- a/CarpetExtra/WaveToyExpl/src/intboundaries.F77
+++ b/CarpetExtra/WaveToyExpl/src/intboundaries.F77
@@ -1,8 +1,8 @@
-c $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyExpl/src/intboundaries.F77,v 1.1 2003/06/18 18:24:30 schnetter Exp $
+c $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyExpl/src/intboundaries.F77,v 1.2 2003/10/27 15:31:40 schnetter Exp $
#include "cctk.h"
#include "cctk_Arguments.h"
-#include "cctk_Faces.h"
+#include "cctk_Functions.h"
#include "cctk_Parameters.h"
subroutine WaveToyExpl_IntBoundaries (CCTK_ARGUMENTS)