]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix an omission of Guido's. Function still needs an implementation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Feb 1999 18:14:58 +0000 (18:14 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Feb 1999 18:14:58 +0000 (18:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@911 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/tensor.cc

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

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.