From 877eb8a719638b89d90c7c5206c8ba92b2904aa0 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 29 Jul 1999 19:59:09 +0000 Subject: Renaming functions and adding fortran bindings git-svn-id: http://svn.cactuscode.org/flesh/trunk@823 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/WarnLevel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/WarnLevel.c') diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c index 883f9e4d..3307b0b5 100644 --- a/src/main/WarnLevel.c +++ b/src/main/WarnLevel.c @@ -38,7 +38,7 @@ static int warning_level = 1; static int error_level = 0; /*@@ - @routine CCTK_SetWarnLevel + @routine CCTKi_SetWarnLevel @date Wed Feb 17 00:42:16 1999 @author Tom Goodale @desc @@ -51,7 +51,7 @@ static int error_level = 0; @endhistory @@*/ -int CCTK_SetWarnLevel(int level) +int CCTKi_SetWarnLevel(int level) { int retval; int old_level; -- cgit v1.2.3