Ignore:
Timestamp:
Feb 27, 2019 2:35:58 PM (5 years ago)
Author:
raasch
Message:

variables commented out + statement added to avoid compiler warnings about unused variables

File:
1 edited

Legend:

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

    r3655 r3768  
    2525! -----------------
    2626! $Id$
     27! unused variables commented out to avoid compiler warnings
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! Corrected "Former revisions" section
    2831!
     
    6265    IMPLICIT NONE
    6366
    64     INTEGER(iwp) :: i   !< running index
    65     INTEGER(iwp) :: j   !< running index
     67!    INTEGER(iwp) :: i   !< running index
     68!    INTEGER(iwp) :: j   !< running index
    6669
    6770!
Note: See TracChangeset for help on using the changeset viewer.