Ignore:
Timestamp:
Apr 15, 2020 2:26:31 PM (4 years ago)
Author:
raasch
Message:

bugfix for creation of filetypes, argument removed from rd_mpi_io_open, files re-formatted to follow the PALM coding standard

File:
1 edited

Legend:

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

    r4496 r4498  
    2525! -----------------
    2626! $Id$
     27! argument removed from rd_mpi_io_open
     28!
     29! 4496 2020-04-15 08:37:26Z raasch
    2730! bugfix: MPI barrier removed, coupling character added to input filename
    2831!
     
    845848!
    846849!--    Open the MPI-IO restart file.
    847        CALL rd_mpi_io_open( 'read', 'BININ' // TRIM( coupling_char ), only_global = .TRUE. )
     850       CALL rd_mpi_io_open( 'read', 'BININ' // TRIM( coupling_char ) )
    848851
    849852!
Note: See TracChangeset for help on using the changeset viewer.