From: hartmann Date: Thu, 25 Feb 1999 19:06:49 +0000 (+0000) Subject: Second fix of Guido's omission (WB). X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecde6b8b267f76320f1996644847ac5456a6db60;p=dealii-svn.git Second fix of Guido's omission (WB). git-svn-id: https://svn.dealii.org/trunk@912 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/tensor.cc b/deal.II/base/source/tensor.cc index b3800bda16..3a4bac21a1 100644 --- a/deal.II/base/source/tensor.cc +++ b/deal.II/base/source/tensor.cc @@ -3,11 +3,11 @@ #include #include + template void Tensor<1,dim>::unroll( vector& result) const { - Assert(false, - ExcWrongVectorSize(1,1)); + Assert(false, ExcNotImplemented()); }