From: <ai...@us...> - 2014-03-04 17:52:04
|
Revision: 13034 http://sourceforge.net/p/plplot/code/13034 Author: airwin Date: 2014-03-04 17:52:01 +0000 (Tue, 04 Mar 2014) Log Message: ----------- Fix parentheses error introduced by last commit. Modified Paths: -------------- trunk/examples/octave/x28c.m Modified: trunk/examples/octave/x28c.m =================================================================== --- trunk/examples/octave/x28c.m 2014-03-04 10:02:23 UTC (rev 13033) +++ trunk/examples/octave/x28c.m 2014-03-04 17:52:01 UTC (rev 13034) @@ -285,7 +285,7 @@ y_shear = 0.5*yrange*cos_omega; x_shear = 0.5*xrange*sin_omega; ys = ysmax-dysshear*i; - plptex3 + plptex3( xmid, ys, zmin, x_inclination, y_inclination, z_inclination, x_shear, y_shear, z_shear, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |