mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed debug output
p4#: 21887
This commit is contained in:
@@ -235,16 +235,18 @@ void RivWellPathPartMgr::appendStaticGeometryPartsToModel(cvf::ModelBasicList* m
|
||||
|
||||
if (m_needsTransformUpdate)
|
||||
{
|
||||
printf("G");
|
||||
//printf("G");
|
||||
buildWellPathParts(displayModelOffset, characteristicCellSize, boundingBox);
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("s");
|
||||
//printf("s");
|
||||
}
|
||||
|
||||
if (m_wellBranches.size() < 1)
|
||||
printf("RivWellPathPartMgr::appendStaticGeometryPartsToModel: There are no well branches in well \"%s\"!!!\n", (const char*) m_rimWellPath->name().toLocal8Bit());
|
||||
{
|
||||
//printf("RivWellPathPartMgr::appendStaticGeometryPartsToModel: There are no well branches in well \"%s\"!!!\n", (const char*) m_rimWellPath->name().toLocal8Bit());
|
||||
}
|
||||
|
||||
std::list<RivPipeBranchData>::iterator it;
|
||||
for (it = m_wellBranches.begin(); it != m_wellBranches.end(); it++)
|
||||
|
||||
Reference in New Issue
Block a user