]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Allow copying invalid DoF iterators.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 23 Aug 2017 17:04:51 +0000 (11:04 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 23 Aug 2017 21:26:51 +0000 (15:26 -0600)
include/deal.II/dofs/dof_accessor.templates.h

index e8c442ccc9f9324776c295124ac8006356f43a83..6907456786eeb908357bd968b3330d784a211c0a 100644 (file)
@@ -149,7 +149,7 @@ DoFAccessor<structdim,DoFHandlerType,level_dof_access>::copy_from
 (const DoFAccessor<structdim,DoFHandlerType,level_dof_access2> &a)
 {
   BaseClass::copy_from (a);
-  set_dof_handler (a.dof_handler);
+  this->dof_handler = a.dof_handler;
 }
 
 

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.