Commit Graph

2 Commits

Author SHA1 Message Date
Albert Cheng
b95d364d84 [svn-r24990] Problem:
AIX compiler complains that:
ex_ds1.f90, line 89.16: 1512-050 (W) Field separator is missing, in literal FMT specifier, after edit descriptor X.  A comma is assumed.
Line 89:
  WRITE(*,'(/,5X 3(A,1X),I0,A,L1)') 'Is',TRIM(DS_1_NAME),&

Solution:
Added the missing comma after "5X".

Tested:
AIX system.
2014-04-08 20:08:31 -05:00
Scot Breitenfeld
3b62414fdf [svn-r21558] Description:
Merge example ds program from trunk into 1.8 branch. r21006 and r21249.

Tested (jam, gfortran)
2011-10-13 23:46:49 -05:00