Skip to content

#25 Access protection for class UGGrid faulty

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Aug 25, 2005 07:56
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Nov 16, 2005 08:52
Closed in version Unknown
Resolution Fixed
Comment

Description

Several data members of the class UGGrid are public, even though they shouldn't be. The reason is that currently file reader classes access these members to construct coarse grids. The clean solution would be to have a grid creation interface. I am thinking about that, but it may need more time.