mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-16 18:34:54 -06:00
#7856 Default settings for H5 summary file handling
This commit is contained in:
parent
f5bf8dd502
commit
40fc7dacd0
@ -130,7 +130,7 @@ RiaPreferencesSummary::RiaPreferencesSummary()
|
|||||||
|
|
||||||
CAF_PDM_InitField( &m_createH5SummaryDataFile,
|
CAF_PDM_InitField( &m_createH5SummaryDataFile,
|
||||||
"createH5SummaryDataFile",
|
"createH5SummaryDataFile",
|
||||||
false,
|
true,
|
||||||
"Create h5 Summary Files",
|
"Create h5 Summary Files",
|
||||||
"",
|
"",
|
||||||
"If not present, create summary file with extension '*.h5'",
|
"If not present, create summary file with extension '*.h5'",
|
||||||
@ -139,7 +139,7 @@ RiaPreferencesSummary::RiaPreferencesSummary()
|
|||||||
|
|
||||||
CAF_PDM_InitField( &m_checkH5FileTimeStamp,
|
CAF_PDM_InitField( &m_checkH5FileTimeStamp,
|
||||||
"checkH5FileTimeStamp",
|
"checkH5FileTimeStamp",
|
||||||
false,
|
true,
|
||||||
"Check File Timestamp",
|
"Check File Timestamp",
|
||||||
"",
|
"",
|
||||||
"Compare timestamp of h5 and SMSPEC, and recreate h5 when required",
|
"Compare timestamp of h5 and SMSPEC, and recreate h5 when required",
|
||||||
|
Loading…
Reference in New Issue
Block a user