]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a problem which occured when we made the accessor a protected
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 20 Feb 1999 13:52:59 +0000 (13:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 20 Feb 1999 13:52:59 +0000 (13:52 +0000)
member of iterators.

git-svn-id: https://svn.dealii.org/trunk@857 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_accessor.cc

index 2d46e82d28462ade4ab7bb6d284468007d7c8a95..66f0985726e11cbb3b7df7688b2cc6c4ca65fcc1 100644 (file)
@@ -2022,10 +2022,10 @@ void CellAccessor<dim>::set_neighbor (const unsigned int i,
          typename TriaSubstructAccessor<dim>::ExcInvalidNeighbor(i));
   tria->levels[present_level]->
     neighbors[present_index*GeometryInfo<dim>::faces_per_cell+i].first
-    = pointer.accessor.present_level;
+    = pointer->present_level;
   tria->levels[present_level]->
     neighbors[present_index*GeometryInfo<dim>::faces_per_cell+i].second
-    = pointer.accessor.present_index;
+    = pointer->present_index;
 };
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.