]> https://gitweb.dealii.org/ - dealii.git/commitdiff
contrib: favor auto & cell
authorMatthias Maier <tamiko@43-1.org>
Sun, 12 May 2019 04:19:24 +0000 (23:19 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sun, 12 May 2019 15:35:21 +0000 (10:35 -0500)
contrib/python-bindings/source/triangulation_wrapper.cc

index a8bb5cc54d481c829801e4ac640bbb4fe2e84410..9a96bdab1d1caa9bd26f7a9cf7f0328ac380f970 100644 (file)
@@ -412,7 +412,7 @@ namespace python
         static_cast<Triangulation<dim,spacedim>*>(
           triangulation_wrapper.get_triangulation());
       boost::python::list cells;
-      for (auto cell : tria->active_cell_iterators())
+      for (auto cell : tria->active_cell_iterators())
         cells.append(CellAccessorWrapper(triangulation_wrapper, cell->level(),
                                          cell->index()));
 

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.