From 287737a5342d92eae019064f4223ef686b0d3b56 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 10 Oct 2002 22:12:56 +0000 Subject: [PATCH] update a comment that Guido obviously forgot. git-svn-id: https://svn.dealii.org/trunk@6629 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/data_out_base.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/base/source/data_out_base.cc b/deal.II/base/source/data_out_base.cc index 8b64834d17..34bd75ee8e 100644 --- a/deal.II/base/source/data_out_base.cc +++ b/deal.II/base/source/data_out_base.cc @@ -40,7 +40,9 @@ DataOutBase::Patch::Patch () : n_subdivisions (1) // all the other data has a - // constructor of its own + // constructor of its own, except + // for the "neighbors" field, which + // we set to invalid values. { for (unsigned int i=0;i::faces_per_cell;++i) neighbors[i] = no_neighbor; -- 2.39.5