summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples/ex_ds1.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24989] Problem:Albert Cheng2014-04-091-1/+1
| | | | | | | | | | | | | 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.
* [svn-r21006] Description:Scot Breitenfeld2011-06-211-0/+192
Added Fortran example for HL DS APIs. Tested: jam (intel)