Skip to content

Commit

Permalink
Merge pull request #1417 from andrea-mendizabal/boxROI_fix
Browse files Browse the repository at this point in the history
[SofaKernel] Fix hexahedra detection in BoxROI
  • Loading branch information
guparan authored Jun 12, 2020
2 parents 342d842 + 4bd071f commit b2abf6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SofaKernel/modules/SofaEngine/BoxROI.inl
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ void BoxROI<DataTypes>::doUpdate()
{
hexahedronIndices.push_back(i);
hexahedraInROI.push_back(t);
break;
}
}
}
Expand Down

0 comments on commit b2abf6f

Please sign in to comment.