]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Return zero even if we hit an exception. Otherwise, we'd stop processing of the Makef...
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Jan 2004 19:46:50 +0000 (19:46 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Jan 2004 19:46:50 +0000 (19:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@8376 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/block_vector.cc

index 05a765b55fa98cfb99cfb71f81ee226659cd0ff8..25fb8e15bd9e20f322778991bb3d8924e33e306c 100644 (file)
@@ -178,7 +178,7 @@ int main ()
           << "----------------------------------------------------"
           << std::endl;
                                       // abort
-      return 2;
+      return 0;
     }
   catch (...) 
     {
@@ -190,7 +190,7 @@ int main ()
           << "----------------------------------------------------"
           << std::endl;
                                       // abort
-      return 3;
+      return 0;
     };
   
   std::cerr.rdbuf(old_cerr_buf);

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.