Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Dec 15, 2023
1 parent ef540ef commit 730a473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApplicationLibCode/ReservoirDataModel/RigGriddedPart3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ void RigGriddedPart3d::generateGeometry( const std::array<cvf::Vec3d, 12>& input
{
m_nodes.push_back( p + m_thicknessFactors[t] * tVec );

if ( h == nHorzCells )
if ( h == (int)nHorzCells )
{
m_dataNodes.push_back( p + safetyOffset );
}
Expand Down

0 comments on commit 730a473

Please sign in to comment.