mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Read units type from file and set CDARCHY value based on units type
This commit is contained in:
@@ -163,3 +163,13 @@ void RifEclipseUnifiedRestartFileAccess::setRestartFiles(const QStringList& file
|
||||
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RifEclipseUnifiedRestartFileAccess::readUnitsType()
|
||||
{
|
||||
openFile();
|
||||
|
||||
return RifEclipseOutputFileTools::readUnitsType(m_ecl_file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user