From d3e0aa25bde49ed274378282aed3e66657346bb0 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 13 Apr 2001 14:30:22 +0000 Subject: Fixed a number of problems, notably that timelevels weren't being used properly, and error codes not returned. Still some testing to do, then I'll add a testsuite for SOR. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@52 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- src/Ell_Interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ell_Interface.c b/src/Ell_Interface.c index a02ce21..752437c 100644 --- a/src/Ell_Interface.c +++ b/src/Ell_Interface.c @@ -256,7 +256,7 @@ int Ell_LinFlatSolver(cGH *GH, } else { - CCTK_WARN(2,"Cannot find solver for LinEllFlat"); + CCTK_WARN(2,"Ell_LinFlatSolver: Cannot find solver for LinEllFlat"); retval = ELL_NOSOLVER; } -- cgit v1.2.3