]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Second fix of Guido's omission (WB).
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Feb 1999 19:06:49 +0000 (19:06 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Feb 1999 19:06:49 +0000 (19:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@912 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/tensor.cc

index b3800bda16024c64d98fd5f0956b4f440f06d3cb..3a4bac21a1db27650e01f93d817f1f3bbe44d3c7 100644 (file)
@@ -3,11 +3,11 @@
 #include <base/tensor.h>
 #include <cmath>
 
+
 template <int dim> void
 Tensor<1,dim>::unroll( vector<double>& result) const
 {
-  Assert(false,
-        ExcWrongVectorSize(1,1));
+  Assert(false,         ExcNotImplemented());
 }
 
 

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.