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
@@ -236,7 +236,7 @@ void RivTensorResultPartMgr::calculateElementTensors( const RigFemPart&
|
||||
|
||||
for ( int elmIdx = 0; elmIdx < static_cast<int>( elmCount ); elmIdx++ )
|
||||
{
|
||||
if ( RigFemTypes::elmentNodeCount( part.elementType( elmIdx ) ) == 8 )
|
||||
if ( RigFemTypes::elementNodeCount( part.elementType( elmIdx ) ) == 8 )
|
||||
{
|
||||
caf::Ten3f tensorSumOfElmNodes = vertexTensors[part.elementNodeResultIdx( elmIdx, 0 )];
|
||||
for ( int i = 1; i < 8; i++ )
|
||||
|
||||
@@ -290,7 +290,7 @@ void RivWellHeadPartMgr::buildWellHeadParts( size_t f
|
||||
}
|
||||
|
||||
// Show labels for well heads only when well disks are disabled:
|
||||
// well disk labels are prefered since they have more info.
|
||||
// well disk labels are preferred since they have more info.
|
||||
if ( well->showWellLabel() && !well->name().isEmpty() && !well->showWellDisks() )
|
||||
{
|
||||
cvf::Font* font = RiaGuiApplication::instance()->defaultWellLabelFont();
|
||||
|
||||
Reference in New Issue
Block a user