mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-14 01:13:52 -06:00
Removed trace output
This commit is contained in:
parent
658a513c7f
commit
4f079549f3
@ -128,7 +128,7 @@ void RigFault::computeFaultFacesFromCellRanges(const RigMainGrid* mainGrid)
|
||||
}
|
||||
else
|
||||
{
|
||||
cvf::Trace::show("Warning: Undefined Fault neighbor detected.");
|
||||
//cvf::Trace::show("Warning: Undefined Fault neighbor detected.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -156,7 +156,7 @@ void RigNNCData::processConnections(const RigMainGrid& mainGrid)
|
||||
|
||||
if (!foundAnyOverlap)
|
||||
{
|
||||
cvf::Trace::show("NNC: No overlap found for : C1: " + cvf::String((int)m_connections[cnIdx].m_c1GlobIdx) + "C2: " + cvf::String((int)m_connections[cnIdx].m_c2GlobIdx));
|
||||
//cvf::Trace::show("NNC: No overlap found for : C1: " + cvf::String((int)m_connections[cnIdx].m_c1GlobIdx) + "C2: " + cvf::String((int)m_connections[cnIdx].m_c2GlobIdx));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user