Ignore:
Timestamp:
Apr 5, 2016 7:44:00 PM (8 years ago)
Author:
raasch
Message:

preprocessor directives using machine dependent flags (lc, ibm, etc.) mostly removed from the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/init_1d_model.f90

    r1710 r1808  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! routine local_flush replaced by FORTRAN statement
    2222!
    2323! Former revisions:
     
    830830!
    831831!--    Write buffer contents to disc immediately
    832        CALL local_flush( 15 )
     832       FLUSH( 15 )
    833833
    834834    ENDIF
     
    977977!
    978978!--    Write buffer contents to disc immediately
    979        CALL local_flush( 17 )
     979       FLUSH( 17 )
    980980
    981981    ENDIF
Note: See TracChangeset for help on using the changeset viewer.