BUG: searchableSurfaceWithGaps did not initialise the boundbox

This commit is contained in:
laurence
2011-12-15 14:30:02 +00:00
parent df5feff482
commit aa96de0caa

View File

@ -187,6 +187,8 @@ Foam::searchableSurfaceWithGaps::searchableSurfaceWithGaps
io.db().lookupObject<searchableSurface>(subGeomName);
subGeom_.set(0, &const_cast<searchableSurface&>(s));
bounds() = subGeom_[0].bounds();
}