From: Wolfgang Bangerth Date: Fri, 30 Dec 2022 23:17:28 +0000 (-0700) Subject: Update a comment. X-Git-Tag: v9.5.0-rc1~690^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca106d6363d95d97978a3efc97f1db1f4ea8ca2a;p=dealii.git Update a comment. --- diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index b45648698a..fb6ccc6adf 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -5867,7 +5867,8 @@ namespace DataOutBase for (const auto &patch : patches) { - // special treatment of simplices since they are not subdivided + // First treat non-hypercubes since they can currently + // not be subdivided (into sub-cells, or into higher-order cells): if (patch.reference_cell != ReferenceCells::get_hypercube()) { const unsigned int n_points = patch.data.n_cols();