Ignore:
Timestamp:
Mar 27, 2014 6:01:03 PM (10 years ago)
Author:
raasch
Message:

bugfix: missed variables added to ONLY-list

File:
1 edited

Legend:

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

    r1321 r1348  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix: bc_lr_cyc and bc_ns_cyc added to ONLY-list
    2323!
    2424! Former revisions:
     
    5454
    5555    USE control_parameters,                                                    &
    56         ONLY :  inflow_l, inflow_n, inflow_r, inflow_s, outflow_l, outflow_n,  &
    57                 outflow_r, outflow_s
     56        ONLY :  bc_lr_cyc, bc_ns_cyc, inflow_l, inflow_n, inflow_r, inflow_s,  &
     57                outflow_l, outflow_n, outflow_r, outflow_s
    5858               
    5959    USE cpulog,                                                                &
Note: See TracChangeset for help on using the changeset viewer.