Ignore:
Timestamp:
Apr 15, 2020 10:20:51 AM (4 years ago)
Author:
raasch
Message:

last bugfix deactivated because of compile problems, files re-formatted to follow the PALM coding standard

File:
1 edited

Legend:

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

    r4496 r4497  
    2424! -----------------
    2525! $Id$
     26! last bugfix deactivated because of compile problems
     27!
     28! 4496 2020-04-15 08:37:26Z raasch
    2629! problem with posix read arguments for surface data fixed
    2730!
     
    17731776#else
    17741777                CALL posix_lseek( fh, disp_f )
    1775                 CALL posix_read( fh, data(m_start_index(j_f:,i_f:)), nr_bytes_f )
     1778!                CALL posix_read( fh, data(m_start_index(j_f:,i_f:)), nr_bytes_f )
    17761779#endif
    17771780                disp_f     = disp
Note: See TracChangeset for help on using the changeset viewer.