Skip to content

Commit

Permalink
Fix bug in penetration locator addresses #852
Browse files Browse the repository at this point in the history
r10518
  • Loading branch information
bwspenc authored and permcody committed Feb 14, 2014
1 parent 09cb2c4 commit 86cf4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/geomsearch/PenetrationThread.C
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ PenetrationThread::competeInteractions(PenetrationLocator::PenetrationInfo * pi1
}
else if (pi2->_off_edge_nodes.size()==2)
{
result=FIRST_WINS;
result=SECOND_WINS;
}
else
{
Expand Down

0 comments on commit 86cf4d0

Please sign in to comment.