summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-06 14:34:26 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-06 14:34:26 +0000
commit6fdc598d2b2d65926bf3852f5390dd6ce5333c5c (patch)
tree93f3adb2fb5ac6ce5eae2d23c7cdcd5a6072bfcd /src
parentb6306ed5434aa8465d34e9b383f6937acc00ca46 (diff)
Small changes to remove compiler warnings on the alpha (except for
the gnu regex warnings) git-svn-id: http://svn.cactuscode.org/flesh/trunk@677 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index f5fa5484..77053b56 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -71,6 +71,7 @@
CCTK_REAL cctk_delta_time=cctkGH->cctk_delta_time;\
CCTK_REAL cctk_time=cctkGH->cctk_time;\
CCTK_REAL *cctk_delta_space=cctkGH->cctk_delta_space;\
+ CCTK_REAL *cctk_origin_space=cctkGH->cctk_origin_space;\
int *cctk_levfac=cctkGH->cctk_levfac;\
int cctk_convlevel=cctkGH->cctk_convlevel;\
int *cctk_nghostzones=cctkGH->cctk_nghostzones;\