]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a missing function. Need to be implemented still.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Feb 1999 19:28:07 +0000 (19:28 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Feb 1999 19:28:07 +0000 (19:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@923 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/tensor_function.cc

index b2dc8127bf74b5c47d08413d81f576024c40a48b..f886a6694caa33e6fcaca340a93b398954f90c2f 100644 (file)
@@ -138,6 +138,14 @@ TensorFunction<rank_, dim>::value (const Point<dim>  &p, vector<double> &erg) co
 }
 */
 
+
+template <int rank_, int dim> void
+TensorFunction<rank_, dim>::value (const Point<dim>  &, Vector<double> &) const
+{
+  Assert(false, ExcNotImplemented());
+}
+
+
 template <int rank_, int dim> void
 TensorFunction<rank_, dim>::value_list (const vector<Point<dim> > & points,
                                 vector<Vector<double> > & values) 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.