summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:42:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:42:38 +0000
commit87810784268dd8a64026f5154c62dce27263deb4 (patch)
tree87f22b71a7bada70f954e86d8de0fbeae3842743 /src/include/cctk.h
parenta3c378bfe7cbd7d51bd64ab5adc56686214ac1d3 (diff)
Adding more cctk_ headers for C
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1061 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-rw-r--r--src/include/cctk.h4
1 files changed, 4 insertions, 0 deletions
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)))