Formatting
This commit is contained in:
parent
f881206659
commit
db2896205a
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ void meshToMesh::cellAddresses
|
||||||
|
|
||||||
if (!found)
|
if (!found)
|
||||||
{
|
{
|
||||||
// Still not found so us the octree
|
// Still not found so use the octree
|
||||||
cellAddressing_[toI] = oc.find(p);
|
cellAddressing_[toI] = oc.find(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue