Changeset e048999 in flexpart.git


Ignore:
Timestamp:
Aug 23, 2019, 10:08:48 AM (5 years ago)
Author:
Ignacio Pisso <ip@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
7952ca4
Parents:
f04992e
Message:

replace the nonstandard call flush () with the F2003 standard flush () in concoutput_inversion.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/concoutput_inversion.f90

    r2eefa58 re048999  
    355355                 & access='APPEND', iostat=ierr)
    356356            write(unitrelnames,'(a)') areldate//areltime//'_'//anspec
    357             call flush(unit=unitrelnames)
     357            !call flush(unit=unitrelnames)
     358            flush(unit=unitrelnames)
    358359            close(unitrelnames)
    359360          endif
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG