Skip to content

#425 wrong constructor call in vtkwriter.hh

Metadata

Property Value
Reported by Bernd Flemisch (bernd@iws.uni-stuttgart.de)
Reported at Aug 20, 2008 09:13
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Oliver Sander (oliver.sander@tu-dresden.de)
Last edited at Oct 7, 2008 21:13
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Oct 7, 2008 21:13
Closed in version Unknown
Resolution Implemented
Comment

Description

The first argument "grid" should be deleted from the call to Base(grid, ...) in lines 1587 and 1604 of vtkwriter.hh to be consistent with the constructor arguments of the base class VTKWriter.