[Plib-cvs] plib/examples/src/psl/data test.psl,1.8,1.9
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-07 23:05:09
|
Update of /cvsroot/plib/plib/examples/src/psl/data In directory usw-pr-cvs1:/tmp/cvs-serv21782/plib/examples/src/psl/data Modified Files: test.psl Log Message: Removed ode_demo. Added better error reporting for psl. Index: test.psl =================================================================== RCS file: /cvsroot/plib/plib/examples/src/psl/data/test.psl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- test.psl 7 Sep 2002 07:00:34 -0000 1.8 +++ test.psl 7 Sep 2002 23:05:06 -0000 1.9 @@ -24,7 +24,7 @@ printf ( "X,Y=", x, y ) ; { - int x = wibble(); + int x = wibble() ; printf ( "X=", x ) ; |