]> https://gitweb.dealii.org/ - dealii.git/commitdiff
python_bindings: Also update order of compute_aspect_ratio 10127/head
authorMatthias Maier <tamiko@43-1.org>
Sun, 10 May 2020 23:12:02 +0000 (18:12 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sun, 10 May 2020 23:12:02 +0000 (18:12 -0500)
In reference to #10124

contrib/python-bindings/source/triangulation_wrapper.cc

index 2e32c15b40aef270c485b8e8f20fc25d58f95f06..6a93a3977f70b21271a463cc6a5c7fa5bed25eaa 100644 (file)
@@ -642,7 +642,7 @@ namespace python
           mapping_wrapper.get_mapping());
 
       auto aspect_ratios =
-        GridTools::compute_aspect_ratio_of_cells(*tria, *mapping, *quad);
+        GridTools::compute_aspect_ratio_of_cells(*mapping, *tria, *quad);
 
       boost::python::list ratios;
       for (size_t i = 0; i < aspect_ratios.size(); ++i)

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.