#1043 UGGridEntitySeed does not provide minimal storage
Metadata
Property | Value |
---|---|
Reported by | Carsten Gräser (graeser@math.fu-berlin.de) |
Reported at | Feb 22, 2012 10:05 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Carsten Gräser (graeser@math.fu-berlin.de) |
Last edited at | Feb 22, 2012 20:35 |
Closed by | Carsten Gräser (graeser@math.fu-berlin.de) |
Closed at | Feb 22, 2012 20:35 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | Fixed in r7911. |
Description
The UGGridEntitySeed does not provide minimal storage because it stores a pointer to the UG object and to the UGGrid itself. The later seems to be redundant because UGGrid::entityPointer() can just pass 'this' instead of the stored pointer.
This would be save since the result of the method is anyway undefined if the EntitySeed comes from a different grid object.