viennagrid / viennagrid-dev

Developer repository for ViennaGrid. Visit http://viennagrid.sourceforge.net/ for the latest releases.
MIT License
15 stars 7 forks source link

increment change counter for views #13

Closed FlorianRudolf closed 11 years ago

FlorianRudolf commented 11 years ago

increment change counter is only called on the current domain/segment not on dependent segments/domains. e.g.:

DomainType domain; SegmentType segment = ...; // a segment in domain

viennagrid::create_vertex( segment ); // only change counter of segment is updated; change counter of domain is not touched

FlorianRudolf commented 11 years ago

Possible solution: Pointer to change_counter in inserter

FlorianRudolf commented 11 years ago

Fixed in 3a4f7f507000982a2b52f37bd68e2c9191d90ce2