#713 Documentation missing for member release() of class GridPtr< GridType >
Metadata
Property | Value |
---|---|
Reported by | Patrick Leidenberger (mailings.pl@gmail.com) |
Reported at | Jan 21, 2010 12:59 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Patrick Leidenberger (mailings.pl@gmail.com) |
Last edited at | Jan 21, 2010 13:18 |
Closed by | Patrick Leidenberger (mailings.pl@gmail.com) |
Closed at | Jan 21, 2010 13:18 |
Closed in version | Unknown |
Resolution | Not a bug |
Comment | All there! |
Description
During test with the program dune-grid/dune/grid/io/file/dgfparser/test/main.cc in line 150 I found the: grid = gridPtr.release(); This release() function seems to be undocumented (at least on the web)! Can somebody please say a few words about it (when to use?, ...)
Thanks a lot!