Skip to content
Snippets Groups Projects
Commit d7659d07 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Port new GeoModelDBManager changes to GeoModelRead

parent 8ab1372e
Branches
Tags
1 merge request!10Drop the use of Qt5 in GeoModelIO
Pipeline #1683277 passed
...@@ -200,11 +200,11 @@ GeoPhysVol* ReadGeoModel::buildGeoModelPrivate() ...@@ -200,11 +200,11 @@ GeoPhysVol* ReadGeoModel::buildGeoModelPrivate()
// get the root volume data // get the root volume data
// m_root_vol_data = m_dbManager->getRootPhysVol(); // m_root_vol_data = m_dbManager->getRootPhysVol();
m_root_vol_data = m_dbManager->getRootPhysVolStd(); m_root_vol_data = m_dbManager->getRootPhysVol();
// get DB metadata // get DB metadata
m_tableID_toTableName = m_dbManager->getAll_TableIDsNodeTypesStd(); m_tableID_toTableName = m_dbManager->getAll_TableIDsNodeTypes();
m_tableName_toTableID = m_dbManager->getAll_NodeTypesTableIDsStd(); m_tableName_toTableID = m_dbManager->getAll_NodeTypesTableIDs();
// *** build all nodes *** // *** build all nodes ***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment