From 9af4c40cbf16db91ff9020e5eb3a08b0734a1916 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 3 Apr 2020 18:20:32 -0600 Subject: [PATCH] Remove a comment no longer relevant. --- source/numerics/data_out.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/source/numerics/data_out.cc b/source/numerics/data_out.cc index 2198eb0a95..a21ef902b7 100644 --- a/source/numerics/data_out.cc +++ b/source/numerics/data_out.cc @@ -762,12 +762,8 @@ DataOut::build_one_patch( ++dataset_number; } - // Then do the cell data. only compute the number of a cell if needed; - // also make sure that we only access cell data if the - // first_cell/next_cell functions only return active cells - // - // At least, we don't have to worry about complex-valued vectors/tensors - // since cell data is always scalar. + // Then do the cell data. At least, we don't have to worry about + // complex-valued vectors/tensors since cell data is always scalar. if (this->cell_data.size() != 0) { Assert(!cell_and_index->first->has_children(), ExcNotImplemented()); -- 2.39.5