summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 09:09:33 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 09:09:33 +0000
commit9d4a1d0ac5ac2b34d8550da79f740bc84b634481 (patch)
treeefa8feb8c5730e2f4fe1e73ef8cb6ff8cd4f28b7 /src/include/cctk.h
parentd23c710711b89a9596f9fa1de185528a89f2a3f7 (diff)
Changing *cctk_lssh to **cctk_lsh
config.h -> cctk_config.h git-svn-id: http://svn.cactuscode.org/flesh/trunk@1244 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-rw-r--r--src/include/cctk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 0c6f72cd..981f307b 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -13,7 +13,7 @@
/* Grab the main configuration info. */
-#include "config.h"
+#include "cctk_config.h"
/* Define which thorn the file is in */
@@ -107,7 +107,7 @@
int *cctk_lsh=cctkGH->cctk_lsh;\
int *cctk_lbnd=cctkGH->cctk_lbnd;\
int *cctk_ubnd=cctkGH->cctk_ubnd;\
- int *cctk_lssh=cctkGH->cctk_lssh;\
+ int **cctk_lssh=cctkGH->cctk_lssh;\
int *cctk_from=cctkGH->cctk_from;\
int *cctk_to=cctkGH->cctk_to;\
int *cctk_bbox=cctkGH->cctk_bbox;\