From: <and...@us...> - 2008-08-19 08:33:30
|
Revision: 8673 http://plplot.svn.sourceforge.net/plplot/?rev=8673&view=rev Author: andrewross Date: 2008-08-19 08:33:39 +0000 (Tue, 19 Aug 2008) Log Message: ----------- Correct exectuable status for tcl example 26. Correct a couple of bugs so it builds and runs as part of ctest. Results still differ from C version. Modified Paths: -------------- trunk/examples/tcl/CMakeLists.txt trunk/examples/tcl/x26 Property Changed: ---------------- trunk/examples/tcl/x26 Modified: trunk/examples/tcl/CMakeLists.txt =================================================================== --- trunk/examples/tcl/CMakeLists.txt 2008-08-19 07:12:58 UTC (rev 8672) +++ trunk/examples/tcl/CMakeLists.txt 2008-08-19 08:33:39 UTC (rev 8673) @@ -49,6 +49,7 @@ "18" "19" "22" +"26" ) set(tcl_SCRIPTS) Modified: trunk/examples/tcl/x26 =================================================================== --- trunk/examples/tcl/x26 2008-08-19 07:12:58 UTC (rev 8672) +++ trunk/examples/tcl/x26 2008-08-19 08:33:39 UTC (rev 8673) @@ -15,5 +15,5 @@ source x26.tcl plinit -x10 +x26 plend Property changes on: trunk/examples/tcl/x26 ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |