From: <ai...@us...> - 2009-11-27 18:27:59
|
Revision: 10635 http://plplot.svn.sourceforge.net/plplot/?rev=10635&view=rev Author: airwin Date: 2009-11-27 18:27:49 +0000 (Fri, 27 Nov 2009) Log Message: ----------- Drop fmin and fmax from c_plgradient argument list of c_plgradient to be consistent with earlier commit. Modified Paths: -------------- trunk/include/plplot.h Modified: trunk/include/plplot.h =================================================================== --- trunk/include/plplot.h 2009-11-27 18:25:03 UTC (rev 10634) +++ trunk/include/plplot.h 2009-11-27 18:27:49 UTC (rev 10635) @@ -1048,8 +1048,7 @@ /* Draw gradient in polygon. */ PLDLLIMPEXP void -c_plgradient( PLINT n, PLFLT *x, PLFLT *y, - PLFLT fmin, PLFLT fmax, PLFLT angle ); +c_plgradient( PLINT n, PLFLT *x, PLFLT *y, PLFLT angle ); /* grid irregularly sampled data */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |