]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor adjustment, but this doesn't fix the problem.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 27 May 2013 21:47:30 +0000 (21:47 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 27 May 2013 21:47:30 +0000 (21:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@29651 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/constraint_matrix_trilinos_bug.cc

index 393fbabd5c1ccaffa91a2d890fda508c46c8e3a9..6872ef2c694c82216f79c8e1a91b8355ce344e76 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2009, 2010, 2012 by the deal.II authors
+//    Copyright (C) 2009, 2010, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -157,11 +157,12 @@ void test()
     x_test=x;
 
     bool throwing=false;
+    deal_II_exceptions::disable_abort_on_exception();
     try
       {
        cm.distribute(x_test);
       }
-    catch (ExcMessage e)
+    catch (const ExceptionBase &e)
       {
        if (myid==0)
          deallog << "Exception: " << e.what() << std::endl;

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.