From 87810784268dd8a64026f5154c62dce27263deb4 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 18 Oct 1999 11:42:38 +0000 Subject: Adding more cctk_ headers for C git-svn-id: http://svn.cactuscode.org/flesh/trunk@1061 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/cctk.h b/src/include/cctk.h index 80aa5612..96f553cc 100644 --- a/src/include/cctk.h +++ b/src/include/cctk.h @@ -77,10 +77,14 @@ #include "cctk_ActiveThorns.h" #include "cctk_Banner.h" #include "cctk_Coord.h" +#include "cctk_File.h" #include "cctk_Groups.h" #include "cctk_GroupsOnGH.h" #include "cctk_GHExtensions.h" +#include "cctk_Interp.h" +#include "cctk_IOMethods.h" #include "cctk_Misc.h" +#include "cctk_Reduction.h" #include "cctk_WarnLevel.h" #define CCTK_GFINDEX3D(GH,i,j,k) ((i) + GH->cctk_lsh[0]*((j)+GH->cctk_lsh[1]*(k))) -- cgit v1.2.3