summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a3a9b39b..ae7c2423 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -67,8 +67,8 @@
#define CCTK_LSSH_IDX(stag,dim) (stag*CCTK_NSTAGGER+dim)
#define DECLARE_CCTK_FUNCTIONS &&\
- integer CCTK_Equals, CCTK_MyProc, CCTK_nProcs&&\
- external CCTK_Equals, CCTK_MyProc, CCTK_nProcs\
+ integer CCTK_Equals, CCTK_MyProc, CCTK_nProcs, CCTK_IsThornActive&&\
+ external CCTK_Equals, CCTK_MyProc, CCTK_nProcs, CCTK_IsThornActive
#endif /*FCODE*/