summaryrefslogtreecommitdiff
path: root/src/main/SetupCache.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:45:35 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:45:35 +0000
commit61da3a6c15e53532f849763e4fc7133f415b038e (patch)
tree8fbcbf7a9899355b6c18199949c7600aa95a0432 /src/main/SetupCache.c
parentbd1f9432a43ab2d1aad91a7323b41309be4cadd0 (diff)
CCTK function name changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1292 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/SetupCache.c')
-rw-r--r--src/main/SetupCache.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main/SetupCache.c b/src/main/SetupCache.c
index c29a62ef..93553fc9 100644
--- a/src/main/SetupCache.c
+++ b/src/main/SetupCache.c
@@ -9,9 +9,11 @@
static char *rcsid = "$Header$";
-#include "cctk.h"
+#include <stdlib.h>
+
+#include "cctk_Config.h"
#include "cctki_Cache.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
/********************************************************************
********************* CCTK Local Routines **********************
@@ -60,7 +62,7 @@ int CCTKi_SetupCache(void)
#endif
}
- CCTKi_CacheDataSet(cacheline_bytes, cache_size);
+ Utili_CacheDataSet(cacheline_bytes, cache_size);
return 0;