From: <and...@us...> - 2009-08-25 13:01:44
|
Revision: 10326 http://plplot.svn.sourceforge.net/plplot/?rev=10326&view=rev Author: andrewross Date: 2009-08-25 13:01:33 +0000 (Tue, 25 Aug 2009) Log Message: ----------- Correctly set global tcl_precision to 17 to get full floating point accuracy with tcl example 29. Now agrees with C version. Modified Paths: -------------- trunk/examples/tcl/x29.tcl Modified: trunk/examples/tcl/x29.tcl =================================================================== --- trunk/examples/tcl/x29.tcl 2009-08-25 10:06:00 UTC (rev 10325) +++ trunk/examples/tcl/x29.tcl 2009-08-25 13:01:33 UTC (rev 10326) @@ -221,7 +221,7 @@ # ==> # MJD = B*365.24219878 - 678940.364163900 - set tcl_precision 17 + set ::tcl_precision 17 set scale 365.242198781 set offset1 -678940.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |