From: Martin Kronbichler Date: Sun, 12 May 2019 07:45:35 +0000 (+0200) Subject: Make step-55 compile again X-Git-Tag: v9.1.0-rc1~52^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2aff896065a2c286d85180d770ca3a6d641bc11;p=dealii.git Make step-55 compile again --- 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;