Update of /cvsroot/thplot/thplot/src/Main
In directory usw-pr-cvs1:/tmp/cvs-serv4831/src/Main
Modified Files:
main.cpp
Log Message:
Removed couts
Index: main.cpp
===================================================================
RCS file: /cvsroot/thplot/thplot/src/Main/main.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** main.cpp 22 Jun 2002 11:57:11 -0000 1.1.1.1
--- main.cpp 3 Jul 2002 16:13:59 -0000 1.2
***************
*** 40,44 ****
g = new Globals();
mw = new MainWindow(g,argc,argv);
- cout << mw << endl;
int ret_val=Fl::run();
delete mw;
--- 40,43 ----
|