Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Sep 19, 2023
1 parent 9686cfd commit bb377d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ RimGeoMechFaultReactivationResult::~RimGeoMechFaultReactivationResult()
void RimGeoMechFaultReactivationResult::onLoadDataAndUpdate()
{
auto geomCase = geoMechCase();
if ( geomCase == nullptr ) return;

auto filename = geoMechCase()->gridFileName();
auto filename = geomCase->gridFileName();
QFileInfo fi( filename );
auto folder = fi.path();
auto basename = fi.baseName();
Expand Down

0 comments on commit bb377d8

Please sign in to comment.