]> https://gitweb.dealii.org/ - dealii.git/commitdiff
small fix of template parameter in function orthogonal_equality 5549/head
authorBenjamin Brands <benjamin.brands@fau.de>
Tue, 28 Nov 2017 17:32:56 +0000 (18:32 +0100)
committerBenjamin Brands <benjamin.brands@fau.de>
Tue, 28 Nov 2017 17:32:56 +0000 (18:32 +0100)
include/deal.II/grid/grid_tools.h

index 9f4d713d576ca8e73540d3c9523af7f7a4d6edd6..8fe24838c1947f93fa663411e2ec2e6047a9b23c 100644 (file)
@@ -2030,7 +2030,7 @@ namespace GridTools
   orthogonal_equality (const FaceIterator &face1,
                        const FaceIterator &face2,
                        const int          direction,
-                       const Tensor<2,FaceIterator::AccessorType::space_dimension> &offset
+                       const Tensor<1,FaceIterator::AccessorType::space_dimension> &offset
                        = Tensor<1,FaceIterator::AccessorType::space_dimension>(),
                        const FullMatrix<double> &matrix = FullMatrix<double>());
 

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.