]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix throwing assert
authorTimo Heister <timo.heister@gmail.com>
Wed, 2 May 2012 14:46:32 +0000 (14:46 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 2 May 2012 14:46:32 +0000 (14:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@25477 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/convergence_table.cc

index 56c06f85ed824646b09c0a448c1a02c892d2b887..be1e3f671576cbd5218663bddaf7e44032bb00a6 100644 (file)
@@ -145,7 +145,7 @@ ConvergenceTable::evaluate_convergence_rates(const std::string &data_column_key,
             break;
 
       default:
-            ExcNotImplemented();
+           Assert(false, ExcNotImplemented());
     }
 
   Assert(columns.count(rate_key), ExcInternalError());

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.