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_lpm_init.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!
     
    7679    IMPLICIT NONE
    7780
    78     INTEGER(iwp) ::  ip   !<
    79     INTEGER(iwp) ::  jp   !<
    80     INTEGER(iwp) ::  kp   !<
    81     INTEGER(iwp) ::  n    !<
     81!    INTEGER(iwp) ::  ip   !<
     82!    INTEGER(iwp) ::  jp   !<
     83!    INTEGER(iwp) ::  kp   !<
     84!    INTEGER(iwp) ::  n    !<
    8285
    8386!
Note: See TracChangeset for help on using the changeset viewer.