]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Throw an exception in all cases, not only in debug mode; this allows to test this...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Apr 1999 17:21:38 +0000 (17:21 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Apr 1999 17:21:38 +0000 (17:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@1133 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/full_matrix.templates.h

index 971ef49144cb74e652da2e6cb3e426284acf3d77..e90f277b78b30d7a26d24c66c080108b3d3fb176 100644 (file)
@@ -1342,7 +1342,7 @@ FullMatrix<number>::invert (const FullMatrix<number> &M)
       }
 
       default:
-           Assert (false, ExcNotImplemented(dim_range));
+           AssertThrow (false, ExcNotImplemented(dim_range));
     };    
 };
   

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.