]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix another test (mpi/fe_field_function_03)
authorNiklas Fehn <fehn@lnm.mw.tum.de>
Tue, 7 Jul 2020 12:55:28 +0000 (14:55 +0200)
committerNiklas Fehn <fehn@lnm.mw.tum.de>
Tue, 7 Jul 2020 12:55:28 +0000 (14:55 +0200)
tests/mpi/fe_field_function_03.cc

index 6fb7373b5cac47db2e82a0cc2c57f2b99ba11604..14b432d7b3257c2c38b6f7e818f1e2fa80ade187 100644 (file)
@@ -190,18 +190,9 @@ test()
           else
             break;
         }
-      catch (const VectorTools::ExcPointNotAvailableHere &)
-        {
-          deallog << "  ExcPointNotAvailableHere" << std::endl;
-        }
-      catch (std::exception &exc)
-        {
-          deallog << exc.what() << std::endl;
-        }
       catch (...)
         {
-          deallog << "  Oh no! Some other error that we shouldn't get."
-                  << std::endl;
+          deallog << "  ExcPointNotAvailableHere" << 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.