Ignore:
Timestamp:
Sep 12, 2018 3:02:00 PM (6 years ago)
Author:
raasch
Message:

various changes to avoid compiler warnings (mainly removal of unused variables)

File:
1 edited

Legend:

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

    r2718 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    4750#if defined( __netcdf )
    4851    USE control_parameters,                                                    &
    49         ONLY:  message_string, num_leg, num_var_fl, run_description_header,    &
    50                time_since_reference_point, virtual_flight
     52        ONLY:  num_leg, num_var_fl, time_since_reference_point, virtual_flight
    5153
    5254    USE cpulog,                                                                &
Note: See TracChangeset for help on using the changeset viewer.