From: <ai...@us...> - 2010-06-16 20:42:04
|
Revision: 11078 http://plplot.svn.sourceforge.net/plplot/?rev=11078&view=rev Author: airwin Date: 2010-06-16 20:41:58 +0000 (Wed, 16 Jun 2010) Log Message: ----------- On Linux with -dev xwin example 21 appears to have no effect on example 22 so reinstate example 21. The -np option for tcl/standard_examples(.in) in test_tcl_standard_examples calls plspause 0 to reduce keystrokes for those trying that target. However, example 20 necessarily calls plspause 1 which overrides the -np option. Therefore, force plspause 0 after example 20 to reduce keystrokes for all further examples. Modified Paths: -------------- trunk/examples/tcl/standard_examples.in Modified: trunk/examples/tcl/standard_examples.in =================================================================== --- trunk/examples/tcl/standard_examples.in 2010-06-16 18:07:09 UTC (rev 11077) +++ trunk/examples/tcl/standard_examples.in 2010-06-16 20:41:58 UTC (rev 11078) @@ -1,10 +1,6 @@ #!@SH_EXECUTABLE@ # Examples 14 and 31 left out - see Tk standard_examples.in # -# Problem in x22: crash - but not if run standalone -# Interference from x21? According to the messages I need to call plinit again -# Yes, leaving out x21 makes x22 behave correctly -# @pltcl_LOCATION@ $* <<EOF source tcldemos.tcl plinit @@ -27,6 +23,8 @@ 18 19 20 +plspause 0 +21 22 23 24 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |