#722 GmshReader does not correctly create shared_ptrs
Metadata
Property | Value |
---|---|
Reported by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Reported at | Jan 24, 2010 11:16 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Apr 19, 2010 19:53 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Apr 19, 2010 19:53 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | fixed in r6270 |
|
Description
If you try to compile dune/grid/io/file/dgfparser/utils/gmsh2dgf, you get an error that the corresponding insertBoundarySegment method does not exist. This results from the change of the segment parameter to shared_ptr.