]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix step-16 7336/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 12 Oct 2018 00:11:33 +0000 (02:11 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 12 Oct 2018 00:11:33 +0000 (02:11 +0200)
examples/step-16/step-16.cc

index d9c4ce9c1a92a51f377259b401797674893f04a6..5b1652f35c9b4db80fccf41d25b770ca0dc2bdb3 100644 (file)
@@ -449,9 +449,9 @@ namespace Step16
       }
 
     auto cell_worker =
-      [&](const typename DoFHandler<dim>::active_cell_iterator &cell,
-          ScratchData<dim> &                                    scratch_data,
-          CopyData &                                            copy_data) {
+      [&](const typename DoFHandler<dim>::level_cell_iterator &cell,
+          ScratchData<dim> &                                   scratch_data,
+          CopyData &                                           copy_data) {
         this->cell_worker(cell, scratch_data, copy_data);
       };
 

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.