[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Plan Plan-Batch.cpp, 1.9, 1.10
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-02 17:08:30
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22692 Modified Files: Plan-Batch.cpp Log Message: Send OK status if batch has already been completed. Index: Plan-Batch.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan/Plan-Batch.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Plan-Batch.cpp 1 Aug 2007 19:46:18 -0000 1.9 --- Plan-Batch.cpp 2 Aug 2007 17:08:28 -0000 1.10 *************** *** 516,519 **** --- 516,520 ---- if (currentIteration()>=totalIterations()) { + cbmUI->outputOK(); return(0); } |