Skip to content
Snippets Groups Projects
Commit aa96de0c authored by laurence's avatar laurence
Browse files

BUG: searchableSurfaceWithGaps did not initialise the boundbox

parent df5feff4
Branches
Tags
No related merge requests found
......@@ -187,6 +187,8 @@ Foam::searchableSurfaceWithGaps::searchableSurfaceWithGaps
io.db().lookupObject<searchableSurface>(subGeomName);
subGeom_.set(0, &const_cast<searchableSurface&>(s));
bounds() = subGeom_[0].bounds();
}
......
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