Bugs item #3482164, was opened at 2012-01-31 03:44 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102915&aid=3482164&group_id=2915
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: Example plplot-5.9.9/examples/f95/x09f.f90 has wrong bounds Initial Comment: The example has (cf. x02f.f90): function arange_plflt_1( start, stop, step ) integer, intent(in) :: start, stop, step real(kind=plflt), dimension((stop-start)/step) :: arange_plflt_1 but uses in plplot-5.9.9/examples/f95/x09f.f90 integer, parameter :: xdim=99, nptsx=35 real(kind=plflt) :: & xg1(xdim) xg1 = coord_function( arange(0,nptsx) / dble(nptsx-1), distort ) The latter is wrong: The LHS has the bounds (1:99) while the RHS has the bounds (1:35). Cf. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52059 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102915&aid=3482164&group_id=2915 ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
