Removed trace output

This commit is contained in:
Magne Sjaastad 2014-01-08 13:33:57 +01:00
parent 658a513c7f
commit 4f079549f3
2 changed files with 2 additions and 2 deletions

View File

@ -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.");
}
}
}

View File

@ -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));
}
}
}