Skip to content
Snippets Groups Projects
Commit 5a3ba9bc authored by andy's avatar andy
Browse files

STYLE: minor code formatting change

parent e986d8c6
Branches
Tags
No related merge requests found
......@@ -748,7 +748,7 @@ inline void Foam::particle::initCellFacePt()
// number, but hasn't been able to find a cell to
// occupy.
if(!mesh_.pointInCellBB(position_, oldCellI, 0.1))
if (!mesh_.pointInCellBB(position_, oldCellI, 0.1))
{
// If the position is not inside the (slightly
// extended) bound-box of the cell that it thought
......
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