From: <ai...@us...> - 2009-12-03 21:49:35
|
Revision: 10673 http://plplot.svn.sourceforge.net/plplot/?rev=10673&view=rev Author: airwin Date: 2009-12-03 21:49:25 +0000 (Thu, 03 Dec 2009) Log Message: ----------- Style tweak of recent changes. Modified Paths: -------------- trunk/bindings/f77/scstubs.c trunk/bindings/f95/scstubs.c Modified: trunk/bindings/f77/scstubs.c =================================================================== --- trunk/bindings/f77/scstubs.c 2009-12-03 12:50:44 UTC (rev 10672) +++ trunk/bindings/f77/scstubs.c 2009-12-03 21:49:25 UTC (rev 10673) @@ -370,7 +370,7 @@ void PLGRADIENT( PLINT *n, PLFLT *x, PLFLT *y, PLFLT *angle ) { - c_plgradient( *n, x, y, *angle ); + c_plgradient( *n, x, y, *angle ); } void Modified: trunk/bindings/f95/scstubs.c =================================================================== --- trunk/bindings/f95/scstubs.c 2009-12-03 12:50:44 UTC (rev 10672) +++ trunk/bindings/f95/scstubs.c 2009-12-03 21:49:25 UTC (rev 10673) @@ -375,7 +375,7 @@ void PLGRADIENT( PLINT *n, PLFLT *x, PLFLT *y, PLFLT *angle ) { - c_plgradient( *n, x, y, *angle ); + c_plgradient( *n, x, y, *angle ); } /* AM - removed: also defined, and better in sccont.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |