Skip to content

Commit e726628

Browse files
committed
remove cout
1 parent ea071be commit e726628

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libsrc/visualization/vssolution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,6 @@ namespace netgen
800800
center.X() = vispar.centerx;
801801
center.Y() = vispar.centery;
802802
center.Z() = vispar.centerz;
803-
cout << "use center coords, center = " << center.X() << ", " << center.Y() << ", " << center.Z() << endl;
804803
}
805804
else if(selpoint >= 1 && zoomall == 2)
806805
center = mesh->Point(selpoint);

0 commit comments

Comments
 (0)