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_salsa+phstat/chem_gasphase_mod.f90

    r3799 r3800  
    114114!
    115115! File                 : chem_gasphase_mod_Parameters.f90
    116 ! Time                 : Fri Mar 15 16:28:26 2019
     116! Time                 : Fri Mar 15 17:37:43 2019
    117117! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    118118! Equation file        : chem_gasphase_mod.kpp
     
    190190!
    191191! File                 : chem_gasphase_mod_Global.f90
    192 ! Time                 : Fri Mar 15 16:28:26 2019
     192! Time                 : Fri Mar 15 17:37:43 2019
    193193! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    194194! Equation file        : chem_gasphase_mod.kpp
     
    264264!
    265265! File                 : chem_gasphase_mod_JacobianSP.f90
    266 ! Time                 : Fri Mar 15 16:28:26 2019
     266! Time                 : Fri Mar 15 17:37:43 2019
    267267! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    268268! Equation file        : chem_gasphase_mod.kpp
     
    308308!
    309309! File                 : chem_gasphase_mod_Monitor.f90
    310 ! Time                 : Fri Mar 15 16:28:26 2019
     310! Time                 : Fri Mar 15 17:37:43 2019
    311311! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    312312! Equation file        : chem_gasphase_mod.kpp
     
    368368!
    369369! File                 : chem_gasphase_mod_Initialize.f90
    370 ! Time                 : Fri Mar 15 16:28:26 2019
     370! Time                 : Fri Mar 15 17:37:43 2019
    371371! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    372372! Equation file        : chem_gasphase_mod.kpp
     
    394394!
    395395! File                 : chem_gasphase_mod_Integrator.f90
    396 ! Time                 : Fri Mar 15 16:28:26 2019
     396! Time                 : Fri Mar 15 17:37:43 2019
    397397! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    398398! Equation file        : chem_gasphase_mod.kpp
     
    452452!
    453453! File                 : chem_gasphase_mod_LinearAlgebra.f90
    454 ! Time                 : Fri Mar 15 16:28:26 2019
     454! Time                 : Fri Mar 15 17:37:43 2019
    455455! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    456456! Equation file        : chem_gasphase_mod.kpp
     
    479479!
    480480! File                 : chem_gasphase_mod_Jacobian.f90
    481 ! Time                 : Fri Mar 15 16:28:26 2019
     481! Time                 : Fri Mar 15 17:37:43 2019
    482482! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    483483! Equation file        : chem_gasphase_mod.kpp
     
    506506!
    507507! File                 : chem_gasphase_mod_Function.f90
    508 ! Time                 : Fri Mar 15 16:28:26 2019
     508! Time                 : Fri Mar 15 17:37:43 2019
    509509! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    510510! Equation file        : chem_gasphase_mod.kpp
     
    535535!
    536536! File                 : chem_gasphase_mod_Rates.f90
    537 ! Time                 : Fri Mar 15 16:28:26 2019
     537! Time                 : Fri Mar 15 17:37:43 2019
    538538! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    539539! Equation file        : chem_gasphase_mod.kpp
     
    561561!
    562562! File                 : chem_gasphase_mod_Util.f90
    563 ! Time                 : Fri Mar 15 16:28:26 2019
     563! Time                 : Fri Mar 15 17:37:43 2019
    564564! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    565565! Equation file        : chem_gasphase_mod.kpp
     
    696696
    697697! Following line is just to avoid compiler message about unused variables
    698 IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
     698   IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
    699699
    700700
     
    784784
    785785! Following line is just to avoid compiler message about unused variables
    786 IF ( f(nfix) > 0.0_dp )  CONTINUE
     786   IF ( f(nfix) > 0.0_dp )  CONTINUE
    787787
    788788! Computation of equation rates
     
    829829!
    830830! Following line is just to avoid compiler message about unused variables
    831 IF ( f(nfix) > 0.0_dp )  CONTINUE
     831   IF ( f(nfix) > 0.0_dp )  CONTINUE
    832832
    833833! B(1) = dA(1)/dV(3)
     
    971971
    972972! Following line is just to avoid compiler message about unused variables
    973 IF ( incx == 0 )  CONTINUE
     973   IF ( incx == 0 )  CONTINUE
    974974
    975975      IF (alpha .eq. one)RETURN
     
    10371037
    10381038! Following line is just to avoid compiler message about unused variables
    1039 IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
     1039   IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
    10401040      IF (alpha .eq. zero)RETURN
    10411041      IF (n .le. 0)RETURN
     
    17721772
    17731773! Following line is just to avoid compiler message about unused variables
    1774 IF ( pivot(1) == 0 )  CONTINUE
     1774   IF ( pivot(1) == 0 )  CONTINUE
    17751775
    17761776#ifdef full_algebra   
Note: See TracChangeset for help on using the changeset viewer.