Whitespace and typo

This commit is contained in:
Jacob Støren 2017-08-08 10:27:45 +02:00
parent 09363b2fec
commit 2d9f48d715
2 changed files with 7 additions and 2 deletions

View File

@ -140,7 +140,7 @@ void RivWellFracturePartMgr::generateContainmentMaskPart(const RimEclipseView* a
{ {
if (!m_rimFracture->isEclipseCellWithinContainment(activeView->mainGrid(), resCellIdx)) if (!m_rimFracture->isEclipseCellWithinContainment(activeView->mainGrid(), resCellIdx))
{ {
// Calculat Eclipse cell intersection with fracture plane // Calculate Eclipse cell intersection with fracture plane
std::array<cvf::Vec3d,8> corners; std::array<cvf::Vec3d,8> corners;
activeView->mainGrid()->cellCornerVertices(resCellIdx, corners.data()); activeView->mainGrid()->cellCornerVertices(resCellIdx, corners.data());

View File

@ -358,7 +358,12 @@ void sortPolygon(std::vector<cvf::Vec3f> &polygon)
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
/// ///
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
std::vector<cvf::Vec3f> RigStimPlanFractureDefinition::createFractureBorderPolygon(const QString& resultName, const QString& resultUnit, int m_activeTimeStepIndex, double m_wellPathDepthAtFracture, RiaEclipseUnitTools::UnitSystem neededUnit, const QString& fractureUserName) std::vector<cvf::Vec3f> RigStimPlanFractureDefinition::createFractureBorderPolygon(const QString& resultName,
const QString& resultUnit,
int m_activeTimeStepIndex,
double m_wellPathDepthAtFracture,
RiaEclipseUnitTools::UnitSystem neededUnit,
const QString& fractureUserName)
{ {
std::vector<cvf::Vec3f> polygon; std::vector<cvf::Vec3f> polygon;