aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-11-21 12:09:54 -0500
committerErik Schnetter <schnetter@gmail.com>2012-11-22 09:59:17 -0500
commit4b29366c791d5fad2e10a1da1f1c20ecd91515a8 (patch)
tree78e36e1ebc713ea32d850b94db909da07e2ac3c8 /Carpet/Carpet
parent722ed3ff29b6bf58649c56fac25ac11e8aecb6fd (diff)
Carpet: Turn time level / prolongation operator warning into an info message
This warning has many false positives, and is informational only.
Diffstat (limited to 'Carpet/Carpet')
-rw-r--r--Carpet/Carpet/src/Storage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Storage.cc b/Carpet/Carpet/src/Storage.cc
index 4c6ecf49e..1e0611ec3 100644
--- a/Carpet/Carpet/src/Storage.cc
+++ b/Carpet/Carpet/src/Storage.cc
@@ -413,7 +413,7 @@ namespace Carpet {
// Warn only once per group
didwarn.AT(group) = true;
char * const groupname = CCTK_GroupName (group);
- CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VInfo (CCTK_THORNSTRING,
"There are not enough time levels for the desired temporal prolongation order in the grid function group \"%s\". With Carpet::prolongation_order_time=%d, you need at least %d time levels.",
groupname,
(int)prolongation_order_time,