diff --git a/Applications/FileIO/GMSInterface.cpp b/Applications/FileIO/GMSInterface.cpp index 925e851c385110500d9e8dd1577f7f5d341fb499..3a2f58c9ae823c492caf1557c00e879514cd77aa 100644 --- a/Applications/FileIO/GMSInterface.cpp +++ b/Applications/FileIO/GMSInterface.cpp @@ -75,6 +75,8 @@ int GMSInterface::readBoreholesFromGMS(std::vector<GeoLib::Point*>* boreholes, // later on! if (pnt[2] != depth) { + if (newBorehole == nullptr) + OGS_FATAL("Trying to access a nullptr."); newBorehole->addSoilLayer( pnt[0], pnt[1], pnt[2], sName); sName = (*(++it));