From: Wolfgang Bangerth Date: Fri, 27 Oct 2000 09:45:29 +0000 (+0000) Subject: Purge ind_value from the TriaAccessor. That had been forgotten by X-Git-Tag: v8.0.0~19967 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8866bd412b16a503b6d2b1b1995cc64f4aea909;p=dealii.git Purge ind_value from the TriaAccessor. That had been forgotten by another author... Hmph! git-svn-id: https://svn.dealii.org/trunk@3465 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 39c1b47c94..afb0fe5705 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -130,9 +130,6 @@ class TriaAccessor bool operator != (const TriaAccessor &) const; public: - - double ind_value; - /** * Data type to be used for passing * parameters from iterators to the