From d2aff896065a2c286d85180d770ca3a6d641bc11 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sun, 12 May 2019 09:45:35 +0200 Subject: [PATCH] Make step-55 compile again --- examples/step-55/step-55.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-55/step-55.cc b/examples/step-55/step-55.cc index eedda110cb..92f2e55b9e 100644 --- a/examples/step-55/step-55.cc +++ b/examples/step-55/step-55.cc @@ -515,7 +515,7 @@ namespace Step55 const FEValuesExtractors::Vector velocities(0); const FEValuesExtractors::Scalar pressure(dim); - for (const auto &cell : dof_handler.begin_active()) + for (const auto &cell : dof_handler.active_cell_iterators()) if (cell->is_locally_owned()) { cell_matrix = 0; -- 2.39.5