From: Maurice L. <ml...@us...> - 2002-01-16 06:01:16
|
Update of /cvsroot/plplot/plplot/bindings/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27182 Modified Files: tclMatrix.c Log Message: Got rid of Tcl_PrintDouble for emitting matrix values in favor of sprintf with 12 digits of precision. Still isn't really right, but gives adequate results. The real solution is to change this to use tcl objects. |