From: Dragan T. <dr...@us...> - 2006-12-29 14:55:51
|
Update of /cvsroot/octaviz/octaviz/Common In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29971 Modified Files: octaviz.cc Log Message: Removed a forgotten cout. Index: octaviz.cc =================================================================== RCS file: /cvsroot/octaviz/octaviz/Common/octaviz.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- octaviz.cc 25 Dec 2006 20:12:50 -0000 1.6 +++ octaviz.cc 29 Dec 2006 14:55:44 -0000 1.7 @@ -215,7 +215,6 @@ octave_value vtk_object::subsref (const std::string SUBSREF_STRREF type, const LIST<octave_value_list>& idx) { - octave_stdout << "octave_object: subsref(type,idx)" << std::endl; return subsref (type, idx, 1)(0); } |