mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: searchableSurfaceWithGaps did not initialise the boundbox
This commit is contained in:
@ -187,6 +187,8 @@ Foam::searchableSurfaceWithGaps::searchableSurfaceWithGaps
|
||||
io.db().lookupObject<searchableSurface>(subGeomName);
|
||||
|
||||
subGeom_.set(0, &const_cast<searchableSurface&>(s));
|
||||
|
||||
bounds() = subGeom_[0].bounds();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user