Fixes by misspell-fixer

This commit is contained in:
github-actions[bot]
2020-06-03 20:31:58 +00:00
committed by Magne Sjaastad
parent 490dc1aa05
commit 674b764cb6
63 changed files with 143 additions and 143 deletions

View File

@@ -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++ )