add new function to make input and output definitions uniform for example for forward runs
This commit is contained in:
@@ -195,7 +195,7 @@ namespace Opm {
|
||||
|
||||
void IOConfig::consistentFileFlags(){
|
||||
m_UNIFIN = getUNIFOUT();
|
||||
m_FMTIN = getFMTOUT;
|
||||
m_FMTIN = getFMTOUT();
|
||||
}
|
||||
|
||||
bool IOConfig::getFMTIN() const {
|
||||
|
||||
Reference in New Issue
Block a user