add new function to make input and output definitions uniform for example for forward runs

This commit is contained in:
hnil
2020-05-14 12:35:23 +02:00
committed by Joakim Hove
parent 2c04ada035
commit 7db2cc0c2e

View File

@@ -195,7 +195,7 @@ namespace Opm {
void IOConfig::consistentFileFlags(){
m_UNIFIN = getUNIFOUT();
m_FMTIN = getFMTOUT;
m_FMTIN = getFMTOUT();
}
bool IOConfig::getFMTIN() const {