From 89d5839fc04508ce4870598629ef8147ed4c7273 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 13 Oct 2003 19:53:55 +0000 Subject: Include cctk_Faces.h automatically when "cctk.h" is included, for both Fortran and C. Also fix a bug in cctk_Faces.h, which used the non-existing macro CCTK_INTEGER_PRECISION. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3436 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/cctk.h') diff --git a/src/include/cctk.h b/src/include/cctk.h index f7642fb3..7181eba9 100644 --- a/src/include/cctk.h +++ b/src/include/cctk.h @@ -26,8 +26,10 @@ #ifdef FCODE +#include "cctk_Faces.h" + #define CCTK_PRINTSEPARATOR\ - print *,"-----------------------------------------------------------" + print '("--------------------------------------------------------------------------------")' #define _CCTK_FARGUMENTS cctk_dim, cctk_gsh, cctk_lsh, cctk_lbnd,\ cctk_ubnd, cctk_lssh, cctk_from, cctk_to, cctk_bbox,\ @@ -90,6 +92,7 @@ #include "cctk_Comm.h" #include "cctk_CommandLine.h" #include "cctk_Complex.h" +#include "cctk_Faces.h" #include "cctk_File.h" #include "cctk_Flesh.h" #include "cctk_FunctionAliases.h" -- cgit v1.2.3