Skip to content

Commit

Permalink
Merge commit '84a6bc3465f6bb3146cf698c9945cd69f0ca381f'
Browse files Browse the repository at this point in the history
  • Loading branch information
lauracosta committed Mar 15, 2024
2 parents fae7ea4 + 84a6bc3 commit aa8ff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/interpolationCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ bool interpolateProxyGridSeries(const Crit3DProxyGridSeries& mySeries, QDate myD
return false;
}

if (! gis::readEsriGrid(gridNames[second].toStdString(), &secondGrid, myError)) return false;
if (! gis::readEsriGrid(gridNames[second].toStdString(), &secondGrid, myError))
{
*error = QString::fromStdString(myError);
return false;
Expand Down

0 comments on commit aa8ff6c

Please sign in to comment.