From b803efd793fba9547d5c6c00ad89839e20f26a57 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 11 May 2020 10:27:33 -0400 Subject: [PATCH] Remove some commented code. This is rendered in a weird way since its in an example. --- examples/step-16/step-16.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/step-16/step-16.cc b/examples/step-16/step-16.cc index 291a964cc7..084f30e02e 100644 --- a/examples/step-16/step-16.cc +++ b/examples/step-16/step-16.cc @@ -349,7 +349,6 @@ namespace Step16 { const double coefficient = (fe_values.get_quadrature_points()[q][0] < 0.0) ? 1.0 : 0.1; - //(cell->center().square() < 0.5 * 0.5) ? 10.0:1.0; for (unsigned int i = 0; i < dofs_per_cell; ++i) { -- 2.39.5