From 28606d30d0fa45d8f22f76672be4d4911cc31cb6 Mon Sep 17 00:00:00 2001 From: reisswig Date: Tue, 13 May 2008 07:07:34 +0000 Subject: Spit out a warning if autores feature is used. (Autores will not work with checkpoint/recovery) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@36 40f6ab95-0e4f-0410-8daa-ee8d7420be1d --- src/setup.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/setup.cc b/src/setup.cc index c4e58be..fb742df 100644 --- a/src/setup.cc +++ b/src/setup.cc @@ -77,6 +77,7 @@ extern "C" void SphericalSurface_Setup (CCTK_ARGUMENTS) { // we already have an approximate delta-spacing calculated in "SetupRes" // based on that, we calculate the number of necessary gridpoints... + CCTK_WARN(1, "AutoRes will NOT work with checkpoint/recovery!"); CCTK_REAL theta_range = pi; CCTK_REAL phi_range = 2*pi; -- cgit v1.2.3