mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3958 Refactoring: Rename modifiable result access to make it easier to track in the code. The existing overloads made things harder to read.
This commit is contained in:
@@ -434,7 +434,7 @@ private:
|
||||
}
|
||||
|
||||
std::vector< std::vector<double> >* scalarResultFrames = nullptr;
|
||||
scalarResultFrames = &(results->cellScalarResults(resAddr));
|
||||
scalarResultFrames = &(results->modifiableCellScalarResultTimesteps(resAddr));
|
||||
size_t timeStepCount = results->maxTimeStepCount();
|
||||
scalarResultFrames->resize(timeStepCount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user