mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 15:10:12 +08:00
complex_write.f90: removed extraneous comma.
2004-12-23 Bud Davis <bdavis9659@comcast.net> * gfortran.dg/complex_write.f90: removed extraneous comma. From-SVN: r92584
This commit is contained in:
parent
3c028f6548
commit
c1c42f20d6
@ -7,7 +7,7 @@
|
||||
real r1,r2
|
||||
a = cmplx(1.0, 2.0)
|
||||
open(unit=74,status='scratch')
|
||||
write(74,'(1P,E13.5)'),a
|
||||
write(74,'(1P,E13.5)')a
|
||||
rewind(74)
|
||||
! can read the complex in as two reals, one on each line
|
||||
read(74,'(E13.5)')r1,r2
|
||||
|
Loading…
Reference in New Issue
Block a user