Ignore:
Timestamp:
Mar 21, 2014 9:13:16 AM (10 years ago)
Author:
suehring
Message:

Bugfixes in ONLY statements

File:
1 edited

Legend:

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

    r1321 r1324  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Bugfix: nzb_x, nzb_yd, nyn_x, nyn_x, nzt_x, nzt_yd belong to transpose_indices
    2323!
    2424! Former revisions:
     
    7777
    7878    USE indices,                                                               &
    79         ONLY:  nxl, nxr, nyn, nys, nzb, nzt, nzt_x, nzt_yd
     79        ONLY:  nxl, nxr, nyn, nys, nzb, nzt
    8080
    8181    USE kinds
     
    274274
    275275    USE indices,                                                               &
    276         ONLY:  nx, ny, nyn_x, nys_x, nzb_x, nzt_x
     276        ONLY:  nx, ny
    277277
    278278    USE kinds
     
    286286        ONLY:  spectrum_x
    287287
    288     USE transpose_indices
     288    USE transpose_indices,                                                     &
     289        ONLY:  nyn_x, nys_x, nzb_x, nzt_x
    289290
    290291
     
    411412
    412413    USE indices,                                                               &
    413         ONLY:  nx, ny, nxl_yd, nxr_yd, nzb_yd, nzt_yd
     414        ONLY:  nx, ny
    414415
    415416    USE kinds
     
    423424        ONLY:  spectrum_y
    424425
    425     USE transpose_indices
     426    USE transpose_indices,                                                     &
     427        ONLY:  nxl_yd, nxr_yd, nzb_yd, nzt_yd
    426428
    427429
Note: See TracChangeset for help on using the changeset viewer.