[Compbench-devel] CompBenchmarks++/CBM-PI Glue.cpp,1.7,1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-06-07 16:18:35
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv362 Modified Files: Glue.cpp Log Message: Verbosity (of displayed XML messages) can be changed by command line option. Index: Glue.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Glue.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Glue.cpp 25 Jan 2007 15:42:56 -0000 1.7 --- Glue.cpp 7 Jun 2007 16:18:32 -0000 1.8 *************** *** 17,22 **** { sys = new CBM_SYSTEM(_filename); - CBM::UO_verbose=0; - CBM::UO_fatal=0; sys->init(); return(sys); --- 17,20 ---- |