mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set PenaltyBreakAssignment to 130
This commit is contained in:
@@ -162,8 +162,8 @@ cvf::ref<cvf::StructGridScalarDataAccess>
|
||||
return NULL;
|
||||
}
|
||||
|
||||
std::vector<std::vector<double>>& scalarSetResults = eclipseCase->results( porosityModel )
|
||||
->cellScalarResults( scalarSetIndex );
|
||||
std::vector<std::vector<double>>& scalarSetResults =
|
||||
eclipseCase->results( porosityModel )->cellScalarResults( scalarSetIndex );
|
||||
|
||||
// A generated result with a generated results for a subset of time steps, will end up with a result container with
|
||||
// less entries than time steps See RiaSetGridProperty command in RiaPropertyDataCommands
|
||||
|
||||
Reference in New Issue
Block a user