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
No related branches found
No related tags found
No related merge requests found
...@@ -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.
Finish editing this message first!
Please register or to comment