Alan,

It appears that your recent updates to example 23 to tidy up strings
have broken compilation using the ifort compiler on my system. This is
an with the old-ish version (8.1) but it is in wide use. The problem
seems to be that it doesn't like the string concatenation operator //.
A quick test program seems to suggest that gfortran (4.1) also doesn't 
allow this. The problem in both cases seems to be that the // gets 
confused with the / for the data statement. g77 works ok.

Statements like 
      print *,"Hello"//" World" 
work with all 3 compilers, although ifort adds an extra blank space in
when concatenating the strings. 

Looks like this might be best avoided for compatibilities sake.

Andrew



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to