From b3f5039118080166ee4d256ae0af4bc83c1d8503 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 11 Jan 2023 10:36:02 -0700 Subject: [PATCH] Remove comments that are no longer useful. --- source/base/data_out_base.cc | 17 ----------------- 1 file changed, 17 deletions(-) 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 -- 2.39.5