-
- Downloads
Get rid of the UGGrid::heapSize_ data member
The hand-coded memory heap of UG has been removed from dune-uggrid about a year ago. Hence, the heapSize parameter of UGGrid does not have any purpose anymore. This patch removes it completely. It only leaves the public method setDefaultHeapSize and marks it as deprecated, in order not to break people's codes.
parent
7d26651e
No related branches found
No related tags found
Showing
- dune/grid/io/file/dgfparser/dgfug.cc 0 additions, 4 deletionsdune/grid/io/file/dgfparser/dgfug.cc
- dune/grid/uggrid.hh 3 additions, 16 deletionsdune/grid/uggrid.hh
- dune/grid/uggrid/uggrid.cc 2 additions, 5 deletionsdune/grid/uggrid/uggrid.cc
- dune/grid/uggrid/uggridfactory.cc 4 additions, 5 deletionsdune/grid/uggrid/uggridfactory.cc
Please register or sign in to comment