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:
@@ -729,7 +729,7 @@ std::vector<std::vector<cvf::Vec3d>> RimExtrudedCurveIntersection::polyLines( cv
|
||||
lines.push_back( wellPath()->wellPathGeometry()->wellPathPoints() );
|
||||
RimCase* ownerCase = nullptr;
|
||||
this->firstAncestorOrThisOfType( ownerCase );
|
||||
if ( ownerCase )
|
||||
if ( ownerCase && ownerCase->activeCellsBoundingBox().isValid() )
|
||||
{
|
||||
size_t dummy;
|
||||
lines[0] = RigWellPath::clipPolylineStartAboveZ( lines[0],
|
||||
|
||||
Reference in New Issue
Block a user