Skip to content
Snippets Groups Projects
Commit 674cffc9 authored by Henry's avatar Henry
Browse files

minor cleanup

parent 78522ae3
Branches
Tags
No related merge requests found
......@@ -763,13 +763,6 @@ bool Foam::slidingInterface::projectPoints() const
{
const edge& curEdge = slaveEdges[edgeI];
//HJ: check for all edges even if both ends have missed
// Experimental.
// if
// (
// slavePointFaceHits[curEdge.start()].hit()
// || slavePointFaceHits[curEdge.end()].hit()
// )
{
// Clear the maps
curFaceMap.clear();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment