#111 removal of method state.
Metadata
Property | Value |
---|---|
Reported by | Robert K (robertk@posteo.org) |
Reported at | Mar 20, 2006 10:59 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Robert K (robertk@posteo.org) |
Last edited at | Mar 20, 2006 22:39 |
Closed by | Robert K (robertk@posteo.org) |
Closed at | Apr 21, 2006 09:46 |
Closed in version | 1.0 |
Resolution | Implemented |
Comment | all changes made and method state removed. |
Description
the method state of the Entity<codim=0> class will be replaced by two methods named
bool wasRefined () const (returning whether entity was refined, or not during last adaptation cycle)
bool mightBeCoarsened() const (returning whether entity might be coarsend during next adaptation cycle)
The method state will be marked as deprecated. The methods wasRefined and mightBeCoarsend will be implemented by default using the state method. When the method state is removed, also the enumerations AdaptationState will be removed.