3 ! test case provided by
4 ! Thomas.Koenig@online.de
9 open(unit
=74,status
='scratch')
10 write(74,'(1P,E13.5)')a
12 ! can read the complex in as two reals, one on each line
13 read(74,'(E13.5)')r1
,r2
14 if (r1
.ne
.1.0 .and
. r2
.ne
.2.0) call abort