]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove comments that don't actually explain anything. 14410/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 10 Nov 2022 18:46:22 +0000 (11:46 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 10 Nov 2022 20:50:24 +0000 (13:50 -0700)
source/base/data_out_base.cc

index c520da53c4ee62c27e1c633ee664a01eba59c540..44778ebf1fdaaa709a3daac6530f4f29510dda2f 100644 (file)
@@ -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<dim>())
           {
             n_nodes += Utilities::fixed_power<dim>(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<dim>())
           {
             n_nodes += Utilities::fixed_power<dim>(patch.n_subdivisions + 1);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.