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/header.f90

    r1323 r1324  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Bugfix: module spectrum added
    2323!
    2424! Former revisions:
     
    175175       
    176176    USE pegrid
     177   
     178    USE spectrum,                                                              &
     179        ONLY:  comp_spectra_level, data_output_sp, plot_spectra_level,         &
     180               spectra_direction
    177181
    178182    IMPLICIT NONE
     
    487491       ENDIF
    488492    ENDIF
     493
    489494
    490495!
Note: See TracChangeset for help on using the changeset viewer.