From: <ai...@us...> - 2009-12-02 06:41:04
|
Revision: 10664 http://plplot.svn.sourceforge.net/plplot/?rev=10664&view=rev Author: airwin Date: 2009-12-02 06:40:52 +0000 (Wed, 02 Dec 2009) Log Message: ----------- Minor code cleanup. Modified Paths: -------------- trunk/examples/c/x30c.c trunk/examples/c++/x30.cc trunk/examples/f77/x30f.fm4 Modified: trunk/examples/c/x30c.c =================================================================== --- trunk/examples/c/x30c.c 2009-12-02 03:36:24 UTC (rev 10663) +++ trunk/examples/c/x30c.c 2009-12-02 06:40:52 UTC (rev 10664) @@ -47,7 +47,6 @@ int i, j; PLINT icol, r, g, b; PLFLT a; - PLFLT clevel[101]; plparseopts( &argc, argv, PL_PARSE_FULL ); Modified: trunk/examples/c++/x30.cc =================================================================== --- trunk/examples/c++/x30.cc 2009-12-02 03:36:24 UTC (rev 10663) +++ trunk/examples/c++/x30.cc 2009-12-02 06:40:52 UTC (rev 10664) @@ -74,7 +74,6 @@ int i, j; PLINT icol, r, g, b; PLFLT a; - PLFLT clevel[101]; pls = new plstream; Modified: trunk/examples/f77/x30f.fm4 =================================================================== --- trunk/examples/f77/x30f.fm4 2009-12-02 03:36:24 UTC (rev 10663) +++ trunk/examples/f77/x30f.fm4 2009-12-02 06:40:52 UTC (rev 10664) @@ -46,7 +46,7 @@ integer i, j integer icol, r, g, b - real*8 a, clevel(101) + real*8 a character*1 defined This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |