]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Avoid C++11 only features 1561/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 8 Sep 2015 16:56:58 +0000 (11:56 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 9 Sep 2015 00:48:05 +0000 (19:48 -0500)
include/deal.II/base/function.h

index 2f30365480498dad2d9c05f98f8f5592fa50e8e4..4553f3fcdde2517b2211123282b1f9b56e3ab8aa 100644 (file)
@@ -322,7 +322,7 @@ public:
    * them in <tt>values</tt>.
    */
   virtual void vector_hessian (const Point<dim>                           &p,
-                               std::vector<SymmetricTensor<2,dim,Number>> &values) const;
+                               std::vector<SymmetricTensor<2,dim,Number> > &values) const;
 
   /**
    * Compute the Hessian of one component at a set of points.

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.