mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by misspell-fixer
This commit is contained in:
committed by
Magne Sjaastad
parent
490dc1aa05
commit
674b764cb6
@@ -426,13 +426,13 @@ void RimEllipseFractureTemplate::defineUiOrdering( QString uiConfigName, caf::Pd
|
||||
{
|
||||
if ( fractureTemplateUnit() == RiaEclipseUnitTools::UnitSystem::UNITS_METRIC )
|
||||
{
|
||||
m_halfLength.uiCapability()->setUiName( "Halflenght X<sub>f</sub> [m]" );
|
||||
m_halfLength.uiCapability()->setUiName( "Halflength X<sub>f</sub> [m]" );
|
||||
m_height.uiCapability()->setUiName( "Height [m]" );
|
||||
m_width.uiCapability()->setUiName( "Width [m]" );
|
||||
}
|
||||
else if ( fractureTemplateUnit() == RiaEclipseUnitTools::UnitSystem::UNITS_FIELD )
|
||||
{
|
||||
m_halfLength.uiCapability()->setUiName( "Halflenght X<sub>f</sub> [ft]" );
|
||||
m_halfLength.uiCapability()->setUiName( "Halflength X<sub>f</sub> [ft]" );
|
||||
m_height.uiCapability()->setUiName( "Height [ft]" );
|
||||
m_width.uiCapability()->setUiName( "Width [inches]" );
|
||||
}
|
||||
|
||||
@@ -335,7 +335,7 @@ cvf::Vec3d RimFractureModel::calculateTSTDirection() const
|
||||
|
||||
if ( !cell.isInvalid() )
|
||||
{
|
||||
direction += cell.faceNormalWithAreaLenght( cvf::StructGridInterface::NEG_K ).getNormalized();
|
||||
direction += cell.faceNormalWithAreaLength( cvf::StructGridInterface::NEG_K ).getNormalized();
|
||||
numContributingCells++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user