Author: eudoxos
Date: 2008-12-08 10:27:08 +0100 (Mon, 08 Dec 2008)
New Revision: 1595

Modified:
   trunk/gui/qt3/GLViewer.cpp
Log:
1. Removed cerr garbage from glviewer (use LOG_DEBUG if needed)


Modified: trunk/gui/qt3/GLViewer.cpp
===================================================================
--- trunk/gui/qt3/GLViewer.cpp  2008-12-08 09:17:00 UTC (rev 1594)
+++ trunk/gui/qt3/GLViewer.cpp  2008-12-08 09:27:08 UTC (rev 1595)
@@ -433,7 +433,6 @@
        int nSegments=((int)(wholeDiameter/gridStep))+1;
        Real realSize=nSegments*gridStep;
        
LOG_DEBUG("nSegments="<<nSegments<<",gridStep="<<gridStep<<",realSize="<<realSize);
-       std::cerr << "gridStep="<<gridStep<<"\n";
        glPushMatrix();
 
        // XYZ grids


_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to