]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation 1616/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 15 Sep 2015 18:26:39 +0000 (13:26 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 15 Sep 2015 18:26:39 +0000 (13:26 -0500)
source/base/geometry_info.cc

index db0b24e10dee16218f1135218e1fcbccc09f1425..513baa8edca5ca58ac346fb75877a3222f0d1add 100644 (file)
@@ -1820,7 +1820,7 @@ namespace internal
     Tensor<1,3>
     wedge_product (const Tensor<1,3> (&derivative)[2])
     {
-      result cross_product (derivative[0], derivative[1]);
+      return cross_product (derivative[0], derivative[1]);
     }
 
 

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.