Update of /cvsroot/echempp/GUI/Visualization
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv12746/GUI/Visualization
Modified Files:
vtkGraph.hpp
Log Message:
Removed debug output.
Index: vtkGraph.hpp
===================================================================
RCS file: /cvsroot/echempp/GUI/Visualization/vtkGraph.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** vtkGraph.hpp 19 Dec 2007 16:14:40 -0000 1.15
--- vtkGraph.hpp 27 Mar 2008 13:15:43 -0000 1.16
***************
*** 190,194 ****
VtkGraph<D>::drawAxisSystem (void)
{
! std::cout << "VtkGraph<D>::drawAxisSystem()" << std::endl;
if( _axisSystem == NULL )
{
--- 190,194 ----
VtkGraph<D>::drawAxisSystem (void)
{
! // std::cout << "VtkGraph<D>::drawAxisSystem()" << std::endl;
if( _axisSystem == NULL )
{
***************
*** 205,209 ****
#endif
}
! std::cout << "VtkGraph<D>::drawAxisSystem()" << std::endl;
}
--- 205,209 ----
#endif
}
! // std::cout << "VtkGraph<D>::drawAxisSystem()" << std::endl;
}
|