aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authortradke <schnetter@cct.lsu.edu>2004-12-03 15:59:00 +0000
committertradke <schnetter@cct.lsu.edu>2004-12-03 15:59:00 +0000
commitc9a0665890c92f2817834e47650f23e844e1c94b (patch)
treec6eb4bd201c845e6b695c2a28dc0b32c8d2139e1 /Carpet
parentb81d42125b6d40fa74fe7c5388d1321898643d58 (diff)
CarpetIOHDF5/src/Output.cc: if deprecated parameters were set in the parfile, wait 5 seconds after the warning(s) before scrolling on
darcs-hash:20041203155935-3fd61-8bf992a86bf39e6cbc1abe21351c571815730f7e.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetIOHDF5/src/Output.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/CarpetIOHDF5/src/Output.cc b/Carpet/CarpetIOHDF5/src/Output.cc
index 9c19fe213..a9a18e1e6 100644
--- a/Carpet/CarpetIOHDF5/src/Output.cc
+++ b/Carpet/CarpetIOHDF5/src/Output.cc
@@ -534,6 +534,8 @@ static int OutputGH (const cGH* const cctkGH)
if (WarnAboutDeprecatedParameters ())
{
// annoy the user if (s)he still used deprecated parameters
+ CCTK_WARN (1, "Now waiting 5 seconds to let your notice the "
+ "warning message(s) above...");
sleep (5);
}
}