From: <ai...@us...> - 2012-01-14 23:19:17
|
Revision: 12129 http://plplot.svn.sourceforge.net/plplot/?rev=12129&view=rev Author: airwin Date: 2012-01-14 23:19:10 +0000 (Sat, 14 Jan 2012) Log Message: ----------- Style previous commits. Modified Paths: -------------- trunk/examples/c/x11c.c trunk/examples/tk/xtk01.c Modified: trunk/examples/c/x11c.c =================================================================== --- trunk/examples/c/x11c.c 2012-01-14 23:17:53 UTC (rev 12128) +++ trunk/examples/c/x11c.c 2012-01-14 23:19:10 UTC (rev 12129) @@ -114,7 +114,7 @@ } } - plMinMax2dGrid( (const PLFLT * const*) z, XPTS, YPTS, &zmax, &zmin ); + plMinMax2dGrid( (const PLFLT * const *) z, XPTS, YPTS, &zmax, &zmin ); step = ( zmax - zmin ) / ( nlevel + 1 ); for ( i = 0; i < nlevel; i++ ) clevel[i] = zmin + step + step * i; Modified: trunk/examples/tk/xtk01.c =================================================================== --- trunk/examples/tk/xtk01.c 2012-01-14 23:17:53 UTC (rev 12128) +++ trunk/examples/tk/xtk01.c 2012-01-14 23:19:10 UTC (rev 12129) @@ -441,7 +441,7 @@ sh_width = 2; plpsty( 0 ); - plshade( (const PLFLT * const *)z, XPTS, YPTS, NULL, -1., 1., -1., 1., + plshade( (const PLFLT * const *) z, XPTS, YPTS, NULL, -1., 1., -1., 1., shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |