From: <ai...@us...> - 2011-03-31 03:51:33
|
Revision: 11683 http://plplot.svn.sourceforge.net/plplot/?rev=11683&view=rev Author: airwin Date: 2011-03-31 03:51:26 +0000 (Thu, 31 Mar 2011) Log Message: ----------- Minor commentary style tweaks due to one more iteration of scripts/style_source.sh Modified Paths: -------------- trunk/bindings/java/PLStream.java trunk/examples/java/x33.java Modified: trunk/bindings/java/PLStream.java =================================================================== --- trunk/bindings/java/PLStream.java 2011-03-31 02:55:49 UTC (rev 11682) +++ trunk/bindings/java/PLStream.java 2011-03-31 03:51:26 UTC (rev 11683) @@ -564,7 +564,7 @@ // plplotjavac.plcolorbar( opt, x, y, length, width, ticks, subticks, // axis_opts, label, colors, values ); // } - // +// public void lightsource( double x, double y, double z ) { Modified: trunk/examples/java/x33.java =================================================================== --- trunk/examples/java/x33.java 2011-03-31 02:55:49 UTC (rev 11682) +++ trunk/examples/java/x33.java 2011-03-31 03:51:26 UTC (rev 11683) @@ -201,7 +201,7 @@ // pls.wind( 0.0, 1.0, 0.0, 1.0 ); // pls.ptex( 0.5, 0.5, 0.0, 0.0, 0.5, title ); // } - // +// //-------------------------------------------------------------------------- // x33 // @@ -845,7 +845,7 @@ // "Gradient Color Bars" ); // plcolorbar_example_2( PLStream.PL_COLORBAR_GRADIENT, 0.5, 5, 2, values_small, // "Gradient Color Bars" ); - // + // pls.end(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |