From: wolf Date: Thu, 10 Oct 2002 22:12:56 +0000 (+0000) Subject: update a comment that Guido obviously forgot. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287737a5342d92eae019064f4223ef686b0d3b56;p=dealii-svn.git update a comment that Guido obviously forgot. git-svn-id: https://svn.dealii.org/trunk@6629 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;