mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Stabilization fixes related to regression testing
* Added fmtlib to LicenseInformation.txt * Add license info for roffcpp * Regression Tests: Guard use of invalid bounding box * Regression Test: Check if file is present before opening
This commit is contained in:
@@ -889,6 +889,7 @@ void RivWellPathPartMgr::appendFlattenedStaticGeometryPartsToModel( cvf::ModelBa
|
||||
double characteristicCellSize,
|
||||
const cvf::BoundingBox& wellPathClipBoundingBox )
|
||||
{
|
||||
if ( !wellPathClipBoundingBox.isValid() ) return;
|
||||
if ( !isWellPathWithinBoundingBox( wellPathClipBoundingBox ) ) return;
|
||||
|
||||
// The pipe geometry needs to be rebuilt on scale change to keep the pipes round
|
||||
|
Reference in New Issue
Block a user