[Jmatlink-commitlog] jmatlink/src/jmatlink/testsuite Benchmark01.java,1.2,1.3
Brought to you by:
st_mueller
|
From: Stefan M. <st_...@us...> - 2006-01-21 17:51:29
|
Update of /cvsroot/jmatlink/jmatlink/src/jmatlink/testsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18700/src/jmatlink/testsuite Modified Files: Benchmark01.java Log Message: minor text changes Index: Benchmark01.java =================================================================== RCS file: /cvsroot/jmatlink/jmatlink/src/jmatlink/testsuite/Benchmark01.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Benchmark01.java 8 Nov 2005 19:58:14 -0000 1.2 --- Benchmark01.java 21 Jan 2006 17:51:22 -0000 1.3 *************** *** 28,37 **** //eng.setDebug(true); ! System.out.println("**********************************************"); ! System.out.println("** Benchmark Tests **"); ! System.out.println("** **"); ! System.out.println("** If program crashed please send output to **"); ! System.out.println("** to the author. **"); ! System.out.println("** Test: use engOpen() and engClose() **"); eng.engOpen(); eng.engClose(); --- 28,39 ---- //eng.setDebug(true); ! System.out.println("***********************************************"); ! System.out.println("** Benchmark Tests **"); ! System.out.println("** **"); ! System.out.println("** If program crashes please send the output **"); ! System.out.println("** to st...@he... **"); ! ! ! System.out.println("\n\n** Test: use engOpen() and engClose() **"); eng.engOpen(); eng.engClose(); |