summaryrefslogtreecommitdiff
path: root/src/main/Groups.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-26 22:40:18 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-26 22:40:18 +0000
commit22b8c28bfe2e309f084be38591d359221a689125 (patch)
tree5a0a6cc704fe3675c176745810bb0662bbe1d8c6 /src/main/Groups.c
parentd5ca6635c5ee6b844bcae0e7612a091870c238be (diff)
Don't stop if a variable type isn't know, but give a level 4 warning
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2437 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Groups.c')
-rw-r--r--src/main/Groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index b5062afa..6c1c2d69 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -1470,7 +1470,7 @@ int CCTK_VarTypeSize (int vtype)
#endif
default:
- CCTK_VWarn (0, __LINE__, __FILE__, "Cactus",
+ CCTK_VWarn (4, __LINE__, __FILE__, "Cactus",
"CCTK_VarTypeSize: Unknown variable type (%d)", vtype);
var_size = -1;
}