Ignore:
Timestamp:
Mar 15, 2019 4:40:25 PM (5 years ago)
Author:
forkel
Message:

added leading blanks to dummy statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_smog/chem_gasphase_mod.f90

    r3799 r3800  
    114114!
    115115! File                 : chem_gasphase_mod_Parameters.f90
    116 ! Time                 : Fri Mar 15 16:28:28 2019
     116! Time                 : Fri Mar 15 17:37:46 2019
    117117! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    118118! Equation file        : chem_gasphase_mod.kpp
     
    206206!
    207207! File                 : chem_gasphase_mod_Global.f90
    208 ! Time                 : Fri Mar 15 16:28:28 2019
     208! Time                 : Fri Mar 15 17:37:46 2019
    209209! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    210210! Equation file        : chem_gasphase_mod.kpp
     
    271271!
    272272! File                 : chem_gasphase_mod_JacobianSP.f90
    273 ! Time                 : Fri Mar 15 16:28:28 2019
     273! Time                 : Fri Mar 15 17:37:46 2019
    274274! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    275275! Equation file        : chem_gasphase_mod.kpp
     
    327327!
    328328! File                 : chem_gasphase_mod_Monitor.f90
    329 ! Time                 : Fri Mar 15 16:28:28 2019
     329! Time                 : Fri Mar 15 17:37:46 2019
    330330! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    331331! Equation file        : chem_gasphase_mod.kpp
     
    403403!
    404404! File                 : chem_gasphase_mod_Initialize.f90
    405 ! Time                 : Fri Mar 15 16:28:28 2019
     405! Time                 : Fri Mar 15 17:37:46 2019
    406406! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    407407! Equation file        : chem_gasphase_mod.kpp
     
    429429!
    430430! File                 : chem_gasphase_mod_Integrator.f90
    431 ! Time                 : Fri Mar 15 16:28:28 2019
     431! Time                 : Fri Mar 15 17:37:46 2019
    432432! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    433433! Equation file        : chem_gasphase_mod.kpp
     
    487487!
    488488! File                 : chem_gasphase_mod_LinearAlgebra.f90
    489 ! Time                 : Fri Mar 15 16:28:28 2019
     489! Time                 : Fri Mar 15 17:37:46 2019
    490490! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    491491! Equation file        : chem_gasphase_mod.kpp
     
    514514!
    515515! File                 : chem_gasphase_mod_Jacobian.f90
    516 ! Time                 : Fri Mar 15 16:28:28 2019
     516! Time                 : Fri Mar 15 17:37:46 2019
    517517! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    518518! Equation file        : chem_gasphase_mod.kpp
     
    541541!
    542542! File                 : chem_gasphase_mod_Function.f90
    543 ! Time                 : Fri Mar 15 16:28:28 2019
     543! Time                 : Fri Mar 15 17:37:46 2019
    544544! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    545545! Equation file        : chem_gasphase_mod.kpp
     
    570570!
    571571! File                 : chem_gasphase_mod_Rates.f90
    572 ! Time                 : Fri Mar 15 16:28:28 2019
     572! Time                 : Fri Mar 15 17:37:46 2019
    573573! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    574574! Equation file        : chem_gasphase_mod.kpp
     
    596596!
    597597! File                 : chem_gasphase_mod_Util.f90
    598 ! Time                 : Fri Mar 15 16:28:28 2019
     598! Time                 : Fri Mar 15 17:37:46 2019
    599599! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    600600! Equation file        : chem_gasphase_mod.kpp
     
    731731
    732732! Following line is just to avoid compiler message about unused variables
    733 IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
     733   IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
    734734
    735735
     
    823823
    824824! Following line is just to avoid compiler message about unused variables
    825 IF ( f(nfix) > 0.0_dp )  CONTINUE
     825   IF ( f(nfix) > 0.0_dp )  CONTINUE
    826826
    827827! Computation of equation rates
     
    904904!
    905905! Following line is just to avoid compiler message about unused variables
    906 IF ( f(nfix) > 0.0_dp )  CONTINUE
     906   IF ( f(nfix) > 0.0_dp )  CONTINUE
    907907
    908908! B(1) = dA(1)/dV(13)
     
    11941194
    11951195! Following line is just to avoid compiler message about unused variables
    1196 IF ( incx == 0 )  CONTINUE
     1196   IF ( incx == 0 )  CONTINUE
    11971197
    11981198      IF (alpha .eq. one)RETURN
     
    12601260
    12611261! Following line is just to avoid compiler message about unused variables
    1262 IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
     1262   IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
    12631263      IF (alpha .eq. zero)RETURN
    12641264      IF (n .le. 0)RETURN
     
    19951995
    19961996! Following line is just to avoid compiler message about unused variables
    1997 IF ( pivot(1) == 0 )  CONTINUE
     1997   IF ( pivot(1) == 0 )  CONTINUE
    19981998
    19991999#ifdef full_algebra   
Note: See TracChangeset for help on using the changeset viewer.