From: <ai...@us...> - 2008-08-28 04:28:50
|
Revision: 8719 http://plplot.svn.sourceforge.net/plplot/?rev=8719&view=rev Author: airwin Date: 2008-08-28 04:29:00 +0000 (Thu, 28 Aug 2008) Log Message: ----------- AWI for Hezekiah M. Carty. Example 29 has been implemented and gives same as C result. Modified Paths: -------------- trunk/examples/ocaml/CMakeLists.txt trunk/examples/ocaml/Makefile.examples.in trunk/plplot_test/test_ocaml.sh.in Modified: trunk/examples/ocaml/CMakeLists.txt =================================================================== --- trunk/examples/ocaml/CMakeLists.txt 2008-08-28 00:49:23 UTC (rev 8718) +++ trunk/examples/ocaml/CMakeLists.txt 2008-08-28 04:29:00 UTC (rev 8719) @@ -43,6 +43,7 @@ "25" "26" "27" + "29" "30" ) Modified: trunk/examples/ocaml/Makefile.examples.in =================================================================== --- trunk/examples/ocaml/Makefile.examples.in 2008-08-28 00:49:23 UTC (rev 8718) +++ trunk/examples/ocaml/Makefile.examples.in 2008-08-28 04:29:00 UTC (rev 8719) @@ -50,6 +50,7 @@ x25$(EXEEXT) \ x26$(EXEEXT) \ x27$(EXEEXT) \ + x29$(EXEEXT) \ x30$(EXEEXT) \ all: $(EXECUTABLES_list) Modified: trunk/plplot_test/test_ocaml.sh.in =================================================================== --- trunk/plplot_test/test_ocaml.sh.in 2008-08-28 00:49:23 UTC (rev 8718) +++ trunk/plplot_test/test_ocaml.sh.in 2008-08-28 04:29:00 UTC (rev 8719) @@ -23,7 +23,7 @@ # $options, and possibly $verbose_test defined. # Do the standard non-interactive examples. -for index in 01 02 03 04 05 06 07 08 09 10 11 12 13 15 18 19 21 22 24 25 26 27 30; do +for index in 01 02 03 04 05 06 07 08 09 10 11 12 13 15 18 19 21 22 24 25 26 27 29 30; do if [ "$verbose_test" ]; then echo "x${index}ocaml" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |