Skip to content
Snippets Groups Projects
Commit 165bc45d authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

particle: Avoid warning about uninitialized edge

parent b7d08241
Branches
Tags
1 merge request!144Integration openfoam.org
......@@ -388,6 +388,8 @@ void Foam::particle::changeFace(const label tetTriI)
<< "Changing face without changing cell should only happen when the"
<< " track is on triangle 1, 2 or 3."
<< exit(FatalError);
sharedEdge = edge(-1, -1);
}
// Find the face in the same cell that shares the edge, and the
......
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