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
