From: Wolfgang Bangerth Date: Sat, 4 Apr 2020 00:20:32 +0000 (-0600) Subject: Remove a comment no longer relevant. X-Git-Tag: v9.2.0-rc1~274^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af4c40cbf16db91ff9020e5eb3a08b0734a1916;p=dealii.git Remove a comment no longer relevant. --- 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());