From: Daniel Arndt Date: Fri, 12 Oct 2018 00:11:33 +0000 (+0200) Subject: Fix step-16 X-Git-Tag: v9.1.0-rc1~628^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9024117ef5f4679911df5000d479467d172dbe12;p=dealii.git Fix step-16 --- diff --git a/examples/step-16/step-16.cc b/examples/step-16/step-16.cc index d9c4ce9c1a..5b1652f35c 100644 --- a/examples/step-16/step-16.cc +++ b/examples/step-16/step-16.cc @@ -449,9 +449,9 @@ namespace Step16 } auto cell_worker = - [&](const typename DoFHandler::active_cell_iterator &cell, - ScratchData & scratch_data, - CopyData & copy_data) { + [&](const typename DoFHandler::level_cell_iterator &cell, + ScratchData & scratch_data, + CopyData & copy_data) { this->cell_worker(cell, scratch_data, copy_data); };