From 2d9f48d71569f6adce7a395ebc1bf0ce82840f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Tue, 8 Aug 2017 10:27:45 +0200 Subject: [PATCH] Whitespace and typo --- .../ModelVisualization/RivWellFracturePartMgr.cpp | 2 +- .../ReservoirDataModel/RigStimPlanFractureDefinition.cpp | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/ModelVisualization/RivWellFracturePartMgr.cpp b/ApplicationCode/ModelVisualization/RivWellFracturePartMgr.cpp index 5cd294396a..7244a64871 100644 --- a/ApplicationCode/ModelVisualization/RivWellFracturePartMgr.cpp +++ b/ApplicationCode/ModelVisualization/RivWellFracturePartMgr.cpp @@ -140,7 +140,7 @@ void RivWellFracturePartMgr::generateContainmentMaskPart(const RimEclipseView* a { if (!m_rimFracture->isEclipseCellWithinContainment(activeView->mainGrid(), resCellIdx)) { - // Calculat Eclipse cell intersection with fracture plane + // Calculate Eclipse cell intersection with fracture plane std::array corners; activeView->mainGrid()->cellCornerVertices(resCellIdx, corners.data()); diff --git a/ApplicationCode/ReservoirDataModel/RigStimPlanFractureDefinition.cpp b/ApplicationCode/ReservoirDataModel/RigStimPlanFractureDefinition.cpp index 3ed1cccb2c..7668d8eaaf 100644 --- a/ApplicationCode/ReservoirDataModel/RigStimPlanFractureDefinition.cpp +++ b/ApplicationCode/ReservoirDataModel/RigStimPlanFractureDefinition.cpp @@ -358,7 +358,12 @@ void sortPolygon(std::vector &polygon) //-------------------------------------------------------------------------------------------------- /// //-------------------------------------------------------------------------------------------------- -std::vector RigStimPlanFractureDefinition::createFractureBorderPolygon(const QString& resultName, const QString& resultUnit, int m_activeTimeStepIndex, double m_wellPathDepthAtFracture, RiaEclipseUnitTools::UnitSystem neededUnit, const QString& fractureUserName) +std::vector RigStimPlanFractureDefinition::createFractureBorderPolygon(const QString& resultName, + const QString& resultUnit, + int m_activeTimeStepIndex, + double m_wellPathDepthAtFracture, + RiaEclipseUnitTools::UnitSystem neededUnit, + const QString& fractureUserName) { std::vector polygon;