summaryrefslogtreecommitdiff
path: root/src/main/Banner.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-20 14:06:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-20 14:06:09 +0000
commit5a9cbb443145fd0983646377906125daa6904642 (patch)
tree517bd8ca7c9320ade3f739ad170a5b6238a5b162 /src/main/Banner.c
parenta21b899e4f32882635fb5cf58bfb4d36b055d0cf (diff)
Some int's which should have been CCTK_INTs ... thanks Ryoji
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1685 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Banner.c')
-rw-r--r--src/main/Banner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Banner.c b/src/main/Banner.c
index 08c98d08..efd4aee8 100644
--- a/src/main/Banner.c
+++ b/src/main/Banner.c
@@ -160,7 +160,7 @@ int CCTKi_PrintBanners(void)
int param_type;
int cctk_show_banners;
- cctk_show_banners = (*(int *)CCTK_ParameterGet("cctk_show_banners",
+ cctk_show_banners = (*(CCTK_INT *)CCTK_ParameterGet("cctk_show_banners",
"Cactus",&param_type));
if (cctk_show_banners)