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/diffusion_v.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!
     
    131134       
    132135       USE indices,                                                            &
    133            ONLY:  nxl, nxr, nyn, nys, nysv, nzb, nzt, wall_flags_0
     136           ONLY:  nxl, nxr, nyn, nysv, nzb, nzt, wall_flags_0
    134137       
    135138       USE kinds
Note: See TracChangeset for help on using the changeset viewer.