Formatting

This commit is contained in:
Hrvoje Jasak 2013-04-15 12:51:54 +01:00
parent f881206659
commit db2896205a

View file

@ -367,7 +367,7 @@ void meshToMesh::cellAddresses
if (!found)
{
// Still not found so us the octree
// Still not found so use the octree
cellAddressing_[toI] = oc.find(p);
}
}