summaryrefslogtreecommitdiff
path: root/src/main/SetupCache.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-12 13:18:41 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-12 13:18:41 +0000
commit1f80bc5a88f6c391ece63384416199b465dc68f1 (patch)
treed84cff05bd922ba06c4d6050d0c1dd380a129425 /src/main/SetupCache.c
parent958947ae827613b0f18e3197812091444c2546ad (diff)
Adding USE_CCTK_PARAMETERS
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1235 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/SetupCache.c')
-rw-r--r--src/main/SetupCache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/SetupCache.c b/src/main/SetupCache.c
index cf4e1cff..c29a62ef 100644
--- a/src/main/SetupCache.c
+++ b/src/main/SetupCache.c
@@ -63,4 +63,7 @@ int CCTKi_SetupCache(void)
CCTKi_CacheDataSet(cacheline_bytes, cache_size);
return 0;
+
+ USE_CCTK_PARAMETERS
+
}