Skip to content
Snippets Groups Projects
Commit ff412914 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Removed obsolete warning message

parent 79e6f5b5
No related branches found
No related tags found
No related merge requests found
...@@ -504,10 +504,7 @@ __readPhysicalNames2_2() ...@@ -504,10 +504,7 @@ __readPhysicalNames2_2()
std::string physical_name; std::string physical_name;
m_fin >> physical_name; m_fin >> physical_name;
physical_name = std::regex_replace(physical_name, std::regex("(\")"), ""); physical_name = std::regex_replace(physical_name, std::regex("(\")"), "");
std::cout << "- " << rang::style::bold << physical_name
<< " <-> " << physical_number << " for dimension "
<< physical_dimension << rang::style::reset
<< " [" << rang::fg::yellow << "IGNORED" << rang::style::reset << "]\n";
PhysicalRefId physical_ref_id(physical_dimension, RefId(physical_number, physical_name)); PhysicalRefId physical_ref_id(physical_dimension, RefId(physical_number, physical_name));
auto searched_physical_ref_id = m_physical_ref_map.find(physical_number); auto searched_physical_ref_id = m_physical_ref_map.find(physical_number);
if (searched_physical_ref_id != m_physical_ref_map.end()) { if (searched_physical_ref_id != m_physical_ref_map.end()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment