aboutsummaryrefslogtreecommitdiff
path: root/src/setup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.cc')
-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;