mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added nodal results reading to Femreader interface
Adjusted interface Started to add control code to fire reader and visualization generation
This commit is contained in:
@@ -112,7 +112,7 @@ void readOdbFile(const std::string& fileName, RigGeoMechCaseData* geoMechCase)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RifOdbReader::open(const std::string& fileName, RigGeoMechCaseData* geoMechCase)
|
||||
bool RifOdbReader::readFemParts(const std::string& fileName, RigGeoMechCaseData* geoMechCase)
|
||||
{
|
||||
odb_initializeAPI();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user