[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Plan Plan.cpp, 1.16, 1.17
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-02 17:07:58
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22281 Modified Files: Plan.cpp Log Message: Send OK status if plan has already been completed. Index: Plan.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan/Plan.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Plan.cpp 1 Aug 2007 19:47:53 -0000 1.16 --- Plan.cpp 2 Aug 2007 17:07:53 -0000 1.17 *************** *** 167,170 **** --- 167,171 ---- if (currentIteration()>=totalIterations()) { + cbmUI->outputOK(); return(0); } |