On May 1, 2:20 pm, Tobias Burnus <bur...@[EMAIL PROTECTED]
> wrote:
> On May 1, 2:24 pm, SimonG <si...@[EMAIL PROTECTED]
> wrote:
>
> > I'm using g95. With
>
> > complex(8) :: z
> > read(*,*,DECIMAL='POINT') z
>
> > I can input complex data with e.g. (2.1,3.2) but I haven't found any
> > way of doing the same with
>
> > read(*,*,DECIMAL='COMMA') z
>
> > Has anyone had any success doing this or know what the correct way to
> > input the data is?
>
> Using gfortran and NAG f95, I can use: (2,1; 3,2)
>
> Tobias
Thanks for the suggestion but this causes a runtime error in g95. Does
the standard specify what it should be?
Simon


|