From ca106d6363d95d97978a3efc97f1db1f4ea8ca2a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Dec 2022 16:17:28 -0700 Subject: [PATCH] Update a comment. --- source/base/data_out_base.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.5