From b8866bd412b16a503b6d2b1b1995cc64f4aea909 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 27 Oct 2000 09:45:29 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/include/grid/tria_accessor.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5