Hi Andrew, hm, I had not spotted those yet - I will have a look. Not sure what the best way is vis-a-vis trailing blanks: in Fortran they are simply not significant - you have to program that yourself.
Regards, Arjen On Tue, 24 Jan 2012 11:35:19 +0000 Andrew Ross <[email protected]> wrote: > > Arjen, > > While running make test_diff_psc I've noticed a couple >of issues with the > recent changes to the fortran 95 string handling. First >one was a typo > with the arguments to achar being reversed which caused >C to fortran > string conversions to fail. This is fixed. > > The other is more subtle. Using trim to find the end of >fortran strings > will also remove any trailing spaces. This is different >to the behaviour > of the C API functions which take strings and leads to >differences in > output for examples 20 and 28 which use strings ending >in spaces. > > I'm not sure how to fix this given how fortran strings >work, other than > by changing examples 20 and 28 to avoid these trailing >strings. > > Andrew > > > ------------------------------------------------------------------------------ > 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 > DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. ------------------------------------------------------------------------------ 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
