mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 01:41:42 -06:00
Fixes by clang-format
This commit is contained in:
parent
c72e646e2f
commit
887ecb5906
@ -730,7 +730,7 @@ void RigWellTargetCandidatesGenerator::generateEnsembleCandidates( RimEclipseCas
|
||||
RigEclipseResultAddress resultAddress( RiaDefines::ResultCatType::GENERATED, resultName );
|
||||
resultsData->ensureKnownResultLoaded( resultAddress );
|
||||
const std::vector<double>& resultVector = resultsData->cellScalarResults( resultAddress, 0 );
|
||||
namedInputVector[resultName] = &resultVector;
|
||||
namedInputVector[resultName] = &resultVector;
|
||||
}
|
||||
|
||||
std::map<QString, std::vector<double>> namedOutputVector;
|
||||
|
Loading…
Reference in New Issue
Block a user