From 9024117ef5f4679911df5000d479467d172dbe12 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 12 Oct 2018 02:11:33 +0200 Subject: [PATCH] Fix step-16 --- examples/step-16/step-16.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }; -- 2.39.5