mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#10648 Refactor summary reader: return std::vector<double> instead of taking ptr.
This commit is contained in:
@@ -105,9 +105,7 @@ TEST( HDFTests, ReadOpmSummaryData )
|
||||
{
|
||||
if ( itemCount++ < 10 )
|
||||
{
|
||||
std::vector<double> values;
|
||||
hdf5SummaryReader.values( adr, &values );
|
||||
|
||||
auto [isOk, values] = hdf5SummaryReader.values( adr );
|
||||
totalValueCount += values.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user