mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7563 HDF5 Export : Add flag to generated HDF5, default off
Fixes by cmake-format Try to fix copy constructor issues Fix missing initialization Unused variable
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Opm {
|
||||
const Location& location( ) const { return this->loc; }
|
||||
|
||||
operator Opm::EclIO::SummaryNode() const {
|
||||
return { keyword_, category_, type_, name_, number_ };
|
||||
return { keyword_, category_, type_, name_, number_, std::numeric_limits<size_t>::max() };
|
||||
}
|
||||
|
||||
template<class Serializer>
|
||||
|
||||
Reference in New Issue
Block a user