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:
Magne Sjaastad
2023-01-10 11:45:37 +01:00
committed by GitHub
parent 0740bccd75
commit 8e161a5c89
5 changed files with 66 additions and 2 deletions

View File

@@ -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],