From: David Wells Date: Mon, 11 May 2020 14:27:33 +0000 (-0400) Subject: Remove some commented code. X-Git-Tag: v9.2.0-rc1~26^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b803efd793fba9547d5c6c00ad89839e20f26a57;p=dealii.git Remove some commented code. This is rendered in a weird way since its in an example. --- 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) {