From: <ai...@us...> - 2014-04-01 19:28:31
|
Revision: 13090 http://sourceforge.net/p/plplot/code/13090 Author: airwin Date: 2014-04-01 19:28:28 +0000 (Tue, 01 Apr 2014) Log Message: ----------- Use correct precision (PLINT ==> PLFLT) for plwidth argument. This change successfully tested on Linux using the test_diff_psc target. Modified Paths: -------------- trunk/bindings/swig-support/plplotcapi.i Modified: trunk/bindings/swig-support/plplotcapi.i =================================================================== --- trunk/bindings/swig-support/plplotcapi.i 2014-03-31 23:38:37 UTC (rev 13089) +++ trunk/bindings/swig-support/plplotcapi.i 2014-04-01 19:28:28 UTC (rev 13090) @@ -810,7 +810,7 @@ PLFLT zmax0, PLFLT alt, PLFLT az ); void -plwidth( PLINT width ); +plwidth( PLFLT width ); void plwind( PLFLT xmin, PLFLT xmax, PLFLT ymin, PLFLT ymax ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |