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_passive1/chem_gasphase_mod.f90

    r3799 r3800  
    114114!
    115115! File                 : chem_gasphase_mod_Parameters.f90
    116 ! Time                 : Fri Mar 15 16:28:23 2019
     116! Time                 : Fri Mar 15 17:37:41 2019
    117117! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    118118! Equation file        : chem_gasphase_mod.kpp
     
    188188!
    189189! File                 : chem_gasphase_mod_Global.f90
    190 ! Time                 : Fri Mar 15 16:28:23 2019
     190! Time                 : Fri Mar 15 17:37:41 2019
    191191! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    192192! Equation file        : chem_gasphase_mod.kpp
     
    253253!
    254254! File                 : chem_gasphase_mod_JacobianSP.f90
    255 ! Time                 : Fri Mar 15 16:28:23 2019
     255! Time                 : Fri Mar 15 17:37:41 2019
    256256! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    257257! Equation file        : chem_gasphase_mod.kpp
     
    297297!
    298298! File                 : chem_gasphase_mod_Monitor.f90
    299 ! Time                 : Fri Mar 15 16:28:23 2019
     299! Time                 : Fri Mar 15 17:37:41 2019
    300300! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    301301! Equation file        : chem_gasphase_mod.kpp
     
    356356!
    357357! File                 : chem_gasphase_mod_Initialize.f90
    358 ! Time                 : Fri Mar 15 16:28:23 2019
     358! Time                 : Fri Mar 15 17:37:41 2019
    359359! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    360360! Equation file        : chem_gasphase_mod.kpp
     
    382382!
    383383! File                 : chem_gasphase_mod_Integrator.f90
    384 ! Time                 : Fri Mar 15 16:28:23 2019
     384! Time                 : Fri Mar 15 17:37:41 2019
    385385! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    386386! Equation file        : chem_gasphase_mod.kpp
     
    440440!
    441441! File                 : chem_gasphase_mod_LinearAlgebra.f90
    442 ! Time                 : Fri Mar 15 16:28:23 2019
     442! Time                 : Fri Mar 15 17:37:41 2019
    443443! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    444444! Equation file        : chem_gasphase_mod.kpp
     
    467467!
    468468! File                 : chem_gasphase_mod_Jacobian.f90
    469 ! Time                 : Fri Mar 15 16:28:23 2019
     469! Time                 : Fri Mar 15 17:37:41 2019
    470470! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    471471! Equation file        : chem_gasphase_mod.kpp
     
    494494!
    495495! File                 : chem_gasphase_mod_Function.f90
    496 ! Time                 : Fri Mar 15 16:28:23 2019
     496! Time                 : Fri Mar 15 17:37:41 2019
    497497! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    498498! Equation file        : chem_gasphase_mod.kpp
     
    523523!
    524524! File                 : chem_gasphase_mod_Rates.f90
    525 ! Time                 : Fri Mar 15 16:28:23 2019
     525! Time                 : Fri Mar 15 17:37:41 2019
    526526! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    527527! Equation file        : chem_gasphase_mod.kpp
     
    549549!
    550550! File                 : chem_gasphase_mod_Util.f90
    551 ! Time                 : Fri Mar 15 16:28:23 2019
     551! Time                 : Fri Mar 15 17:37:41 2019
    552552! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    553553! Equation file        : chem_gasphase_mod.kpp
     
    684684
    685685! Following line is just to avoid compiler message about unused variables
    686 IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
     686   IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
    687687
    688688
     
    772772
    773773! Following line is just to avoid compiler message about unused variables
    774 IF ( f(nfix) > 0.0_dp )  CONTINUE
     774   IF ( f(nfix) > 0.0_dp )  CONTINUE
    775775
    776776! Computation of equation rates
     
    809809!
    810810! Following line is just to avoid compiler message about unused variables
    811 IF ( f(nfix) > 0.0_dp )  CONTINUE
     811   IF ( f(nfix) > 0.0_dp )  CONTINUE
    812812
    813813! B(1) = dA(1)/dV(1)
     
    930930
    931931! Following line is just to avoid compiler message about unused variables
    932 IF ( incx == 0 )  CONTINUE
     932   IF ( incx == 0 )  CONTINUE
    933933
    934934      IF (alpha .eq. one)RETURN
     
    996996
    997997! Following line is just to avoid compiler message about unused variables
    998 IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
     998   IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
    999999      IF (alpha .eq. zero)RETURN
    10001000      IF (n .le. 0)RETURN
     
    17311731
    17321732! Following line is just to avoid compiler message about unused variables
    1733 IF ( pivot(1) == 0 )  CONTINUE
     1733   IF ( pivot(1) == 0 )  CONTINUE
    17341734
    17351735#ifdef full_algebra   
Note: See TracChangeset for help on using the changeset viewer.