From 889fb08391a42ca745d7d53945f61f17400ffd25 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 26 Oct 2001 22:42:03 +0000 Subject: Give a warning if an IOMethod isn't registered git-svn-id: http://svn.cactuscode.org/flesh/trunk@2438 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/IOMethods.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/IO') diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c index a81869dc..9658a911 100644 --- a/src/IO/IOMethods.c +++ b/src/IO/IOMethods.c @@ -673,6 +673,9 @@ int CactusDefaultOutputVarAsByMethod (cGH *GH, } else { + CCTK_VWarn(8,__LINE__,__FILE__,"Cactus", + "CactusDefaultOutputVarAsByMethod: Method %s not found " + "for output of %s",methodname,var); retval = -1; } -- cgit v1.2.3