From: Maurice L. <ml...@us...> - 2002-01-15 06:04:56
|
Update of /cvsroot/plplot/plplot/bindings/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25843 Modified Files: tclMatrix.c tclMatrix.h Log Message: When printing float values, call Tcl_PrintDouble() to format the string instead of doing it ourselves. This way automatically takes into account the current value (in the current interpreter) of tcl_precision. Previously the standard precision of sprintf was being used, which is insufficient for many applications. |