]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a comment no longer relevant.
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 4 Apr 2020 00:20:32 +0000 (18:20 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 6 Apr 2020 21:52:57 +0000 (15:52 -0600)
source/numerics/data_out.cc

index 2198eb0a950ff9022b1e85f031cc4a734655612c..a21ef902b70d04b0715029660a53411cb670e56c 100644 (file)
@@ -762,12 +762,8 @@ DataOut<dim, DoFHandlerType>::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());

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.