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

    r3799 r3800  
    114114!
    115115! File                 : chem_gasphase_mod_Parameters.f90
    116 ! Time                 : Fri Mar 15 16:28:25 2019
     116! Time                 : Fri Mar 15 17:37:42 2019
    117117! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    118118! Equation file        : chem_gasphase_mod.kpp
     
    192192!
    193193! File                 : chem_gasphase_mod_Global.f90
    194 ! Time                 : Fri Mar 15 16:28:25 2019
     194! Time                 : Fri Mar 15 17:37:42 2019
    195195! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    196196! Equation file        : chem_gasphase_mod.kpp
     
    259259!
    260260! File                 : chem_gasphase_mod_JacobianSP.f90
    261 ! Time                 : Fri Mar 15 16:28:25 2019
     261! Time                 : Fri Mar 15 17:37:42 2019
    262262! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    263263! Equation file        : chem_gasphase_mod.kpp
     
    303303!
    304304! File                 : chem_gasphase_mod_Monitor.f90
    305 ! Time                 : Fri Mar 15 16:28:25 2019
     305! Time                 : Fri Mar 15 17:37:42 2019
    306306! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    307307! Equation file        : chem_gasphase_mod.kpp
     
    367367!
    368368! File                 : chem_gasphase_mod_Initialize.f90
    369 ! Time                 : Fri Mar 15 16:28:25 2019
     369! Time                 : Fri Mar 15 17:37:42 2019
    370370! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    371371! Equation file        : chem_gasphase_mod.kpp
     
    393393!
    394394! File                 : chem_gasphase_mod_Integrator.f90
    395 ! Time                 : Fri Mar 15 16:28:25 2019
     395! Time                 : Fri Mar 15 17:37:42 2019
    396396! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    397397! Equation file        : chem_gasphase_mod.kpp
     
    451451!
    452452! File                 : chem_gasphase_mod_LinearAlgebra.f90
    453 ! Time                 : Fri Mar 15 16:28:25 2019
     453! Time                 : Fri Mar 15 17:37:42 2019
    454454! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    455455! Equation file        : chem_gasphase_mod.kpp
     
    478478!
    479479! File                 : chem_gasphase_mod_Jacobian.f90
    480 ! Time                 : Fri Mar 15 16:28:25 2019
     480! Time                 : Fri Mar 15 17:37:42 2019
    481481! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    482482! Equation file        : chem_gasphase_mod.kpp
     
    505505!
    506506! File                 : chem_gasphase_mod_Function.f90
    507 ! Time                 : Fri Mar 15 16:28:25 2019
     507! Time                 : Fri Mar 15 17:37:42 2019
    508508! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    509509! Equation file        : chem_gasphase_mod.kpp
     
    534534!
    535535! File                 : chem_gasphase_mod_Rates.f90
    536 ! Time                 : Fri Mar 15 16:28:25 2019
     536! Time                 : Fri Mar 15 17:37:42 2019
    537537! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    538538! Equation file        : chem_gasphase_mod.kpp
     
    560560!
    561561! File                 : chem_gasphase_mod_Util.f90
    562 ! Time                 : Fri Mar 15 16:28:25 2019
     562! Time                 : Fri Mar 15 17:37:42 2019
    563563! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    564564! Equation file        : chem_gasphase_mod.kpp
     
    695695
    696696! Following line is just to avoid compiler message about unused variables
    697 IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
     697   IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
    698698
    699699
     
    783783
    784784! Following line is just to avoid compiler message about unused variables
    785 IF ( f(nfix) > 0.0_dp )  CONTINUE
     785   IF ( f(nfix) > 0.0_dp )  CONTINUE
    786786
    787787! Computation of equation rates
     
    828828!
    829829! Following line is just to avoid compiler message about unused variables
    830 IF ( f(nfix) > 0.0_dp )  CONTINUE
     830   IF ( f(nfix) > 0.0_dp )  CONTINUE
    831831
    832832! B(1) = dA(1)/dV(2)
     
    969969
    970970! Following line is just to avoid compiler message about unused variables
    971 IF ( incx == 0 )  CONTINUE
     971   IF ( incx == 0 )  CONTINUE
    972972
    973973      IF (alpha .eq. one)RETURN
     
    10351035
    10361036! Following line is just to avoid compiler message about unused variables
    1037 IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
     1037   IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
    10381038      IF (alpha .eq. zero)RETURN
    10391039      IF (n .le. 0)RETURN
     
    17701770
    17711771! Following line is just to avoid compiler message about unused variables
    1772 IF ( pivot(1) == 0 )  CONTINUE
     1772   IF ( pivot(1) == 0 )  CONTINUE
    17731773
    17741774#ifdef full_algebra   
Note: See TracChangeset for help on using the changeset viewer.