mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
#14213 HDF5Exporter: Guard null m_hdfFile in createGroup
This commit is contained in:
@@ -110,7 +110,7 @@ H5::Group RifHdf5Exporter::createGroup( H5::Group* parentGroup, const std::strin
|
||||
{
|
||||
}
|
||||
}
|
||||
else
|
||||
else if ( m_hdfFile )
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user