From: Wolfgang Bangerth Date: Thu, 10 Nov 2022 18:46:22 +0000 (-0700) Subject: Remove comments that don't actually explain anything. X-Git-Tag: v9.5.0-rc1~864^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14410%2Fhead;p=dealii.git Remove comments that don't actually explain anything. --- diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index c520da53c4..44778ebf1f 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -1091,7 +1091,6 @@ namespace "but that is clearly not a valid choice. Did you forget " "to set the reference cell for the patch?")); - // The following formula doesn't hold for non-tensor products. if (patch.reference_cell == ReferenceCells::get_hypercube()) { n_nodes += Utilities::fixed_power(patch.n_subdivisions + 1); @@ -1122,7 +1121,6 @@ namespace for (const auto &patch : patches) { - // The following formulas don't hold for non-tensor products. if (patch.reference_cell == ReferenceCells::get_hypercube()) { n_nodes += Utilities::fixed_power(patch.n_subdivisions + 1);