From ab3c653f75ceddf943b5e5416d2869b9d795cf30 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 28 Apr 2006 09:44:47 +0000 Subject: increase the warnlevel from 1 to 2 for the case that the volume integral radius is not set git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@16 54511f98-0e4f-0410-826e-eb8b393f5a1e --- src/volume_integral.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volume_integral.c b/src/volume_integral.c index 0b26959..ee25678 100644 --- a/src/volume_integral.c +++ b/src/volume_integral.c @@ -57,7 +57,7 @@ void ADMMass_Volume(CCTK_ARGUMENTS) if ((radius <= 0.0)&&(!ADMMass_use_all_volume_as_volume_radius)) { - CCTK_WARN(1, "radius < 0 / not set, not calculating " + CCTK_WARN(2, "radius < 0 / not set, not calculating " "the volume integral to get the ADM mass."); return; } -- cgit v1.2.3