From 762ba5b1bb0b431e084b70071e8e3515131d0afd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Nov 2022 11:46:22 -0700 Subject: [PATCH] Remove comments that don't actually explain anything. --- source/base/data_out_base.cc | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.5