Update of /cvsroot/thplot/thplot/src/Draw
In directory usw-pr-cvs1:/tmp/cvs-serv4831/src/Draw
Modified Files:
Axis.cpp
Log Message:
Removed couts
Index: Axis.cpp
===================================================================
RCS file: /cvsroot/thplot/thplot/src/Draw/Axis.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Axis.cpp 3 Jul 2002 14:56:01 -0000 1.5
--- Axis.cpp 3 Jul 2002 16:13:59 -0000 1.6
***************
*** 142,146 ****
snprintf(fmt,10,"%%g");
}
- cout << fmt << endl;
double value;
if(!vertical){
--- 142,145 ----
***************
*** 172,176 ****
string tmps;
tmps="";
- cout << "pnames.size(): " << pnames.size() << endl;
for(unsigned j=0;j<pnames.size();j++) {
tmps += pnames[j];
--- 171,174 ----
|