Ignore:
Timestamp:
Dec 18, 2008 7:00:36 AM (15 years ago)
Author:
raasch
Message:

some small bugfixes in user_module, user_read_restart_data, read_3d_binary, flow_statistics and mrun

File:
1 edited

Legend:

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

    r216 r220  
    974974!
    975975!--    Read user-defined restart data
    976        CALL user_read_restart_data( nxlfa, nxl_on_file, nxrfa, nxr_on_file, &
    977                                     nynfa, nyn_on_file, nysfa, nys_on_file, &
    978                                     offset_xa, offset_ya, overlap_count(i), &
     976       CALL user_read_restart_data( i, nxlfa, nxl_on_file, nxrfa, nxr_on_file, &
     977                                    nynfa, nyn_on_file, nysfa, nys_on_file,    &
     978                                    offset_xa, offset_ya, overlap_count(i),    &
    979979                                    tmp_2d, tmp_3d )
    980980
Note: See TracChangeset for help on using the changeset viewer.