Skip to content

Commit

Permalink
Merge pull request #14665 from bangerth/comments
Browse files Browse the repository at this point in the history
Remove comments that are no longer useful.
  • Loading branch information
marcfehling committed Jan 11, 2023
2 parents 616f0b2 + b3f5039 commit 74e186b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions source/base/data_out_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@
// ---------------------------------------------------------------------


// TODO: Do neighbors for dx and povray smooth triangles

//--------------------------------------------------------------------
// Remarks on the implementations
//
// Variable names: in most functions, variable names have been
// standardized in the following way:
//
// n1, n2, ni Number of points in coordinate direction 1, 2, i
// will be 1 if i>=dim
//
// i1, i2, ii Loop variable running up to ni
//
// d1, d2, di Multiplicators for ii to find positions in the
// array of nodes.
//--------------------------------------------------------------------

#include <deal.II/base/data_out_base.h>
#include <deal.II/base/memory_consumption.h>
#include <deal.II/base/mpi.h>
Expand Down

0 comments on commit 74e186b

Please sign in to comment.