From: Wolfgang Bangerth Date: Wed, 11 Jan 2023 17:36:02 +0000 (-0700) Subject: Remove comments that are no longer useful. X-Git-Tag: v9.5.0-rc1~663^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14665%2Fhead;p=dealii.git Remove comments that are no longer useful. --- diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index fb6ccc6adf..071cc13486 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -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 #include #include