[Compbench-devel] CompBenchmarks++/SupportedBenchmarks Benchmark-LINPACKC.cpp, 1.5, 1.6
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-11 20:33:34
|
Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25361 Modified Files: Benchmark-LINPACKC.cpp Log Message: English correctness. Index: Benchmark-LINPACKC.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-LINPACKC.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Benchmark-LINPACKC.cpp 11 Jan 2007 20:19:16 -0000 1.5 --- Benchmark-LINPACKC.cpp 11 Jan 2007 20:33:29 -0000 1.6 *************** *** 39,43 **** std::string CBMPackageLINPACKC::packageComments(void) { ! return("Official linpackc benchmark translated to C by Bonnie Toy, modified to suit compbenchmarks requierements."); } --- 39,43 ---- std::string CBMPackageLINPACKC::packageComments(void) { ! return("The former linpackc benchmark translated to C by Bonnie Toy has modified to suit compbenchmarks requirements."); } |