aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreisswig <reisswig@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2008-05-13 07:07:34 +0000
committerreisswig <reisswig@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2008-05-13 07:07:34 +0000
commit28606d30d0fa45d8f22f76672be4d4911cc31cb6 (patch)
treea8cfb22956a38fbac841812902488f4d510de2e7
parent3707c6df61674bd4e48077d8121ff281112c4c27 (diff)
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
-rw-r--r--src/setup.cc1
1 files changed, 1 insertions, 0 deletions
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;