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

    r3799 r3800  
    114114!
    115115! File                 : chem_gasphase_mod_Parameters.f90
    116 ! Time                 : Fri Mar 15 16:28:22 2019
     116! Time                 : Fri Mar 15 17:37:40 2019
    117117! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    118118! Equation file        : chem_gasphase_mod.kpp
     
    189189!
    190190! File                 : chem_gasphase_mod_Global.f90
    191 ! Time                 : Fri Mar 15 16:28:22 2019
     191! Time                 : Fri Mar 15 17:37:40 2019
    192192! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    193193! Equation file        : chem_gasphase_mod.kpp
     
    254254!
    255255! File                 : chem_gasphase_mod_JacobianSP.f90
    256 ! Time                 : Fri Mar 15 16:28:22 2019
     256! Time                 : Fri Mar 15 17:37:40 2019
    257257! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    258258! Equation file        : chem_gasphase_mod.kpp
     
    298298!
    299299! File                 : chem_gasphase_mod_Monitor.f90
    300 ! Time                 : Fri Mar 15 16:28:22 2019
     300! Time                 : Fri Mar 15 17:37:40 2019
    301301! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    302302! Equation file        : chem_gasphase_mod.kpp
     
    358358!
    359359! File                 : chem_gasphase_mod_Initialize.f90
    360 ! Time                 : Fri Mar 15 16:28:22 2019
     360! Time                 : Fri Mar 15 17:37:40 2019
    361361! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    362362! Equation file        : chem_gasphase_mod.kpp
     
    384384!
    385385! File                 : chem_gasphase_mod_Integrator.f90
    386 ! Time                 : Fri Mar 15 16:28:22 2019
     386! Time                 : Fri Mar 15 17:37:40 2019
    387387! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    388388! Equation file        : chem_gasphase_mod.kpp
     
    442442!
    443443! File                 : chem_gasphase_mod_LinearAlgebra.f90
    444 ! Time                 : Fri Mar 15 16:28:22 2019
     444! Time                 : Fri Mar 15 17:37:40 2019
    445445! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    446446! Equation file        : chem_gasphase_mod.kpp
     
    469469!
    470470! File                 : chem_gasphase_mod_Jacobian.f90
    471 ! Time                 : Fri Mar 15 16:28:22 2019
     471! Time                 : Fri Mar 15 17:37:40 2019
    472472! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    473473! Equation file        : chem_gasphase_mod.kpp
     
    496496!
    497497! File                 : chem_gasphase_mod_Function.f90
    498 ! Time                 : Fri Mar 15 16:28:22 2019
     498! Time                 : Fri Mar 15 17:37:40 2019
    499499! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    500500! Equation file        : chem_gasphase_mod.kpp
     
    525525!
    526526! File                 : chem_gasphase_mod_Rates.f90
    527 ! Time                 : Fri Mar 15 16:28:22 2019
     527! Time                 : Fri Mar 15 17:37:40 2019
    528528! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    529529! Equation file        : chem_gasphase_mod.kpp
     
    551551!
    552552! File                 : chem_gasphase_mod_Util.f90
    553 ! Time                 : Fri Mar 15 16:28:22 2019
     553! Time                 : Fri Mar 15 17:37:40 2019
    554554! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    555555! Equation file        : chem_gasphase_mod.kpp
     
    686686
    687687! Following line is just to avoid compiler message about unused variables
    688 IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
     688   IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
    689689
    690690
     
    774774
    775775! Following line is just to avoid compiler message about unused variables
    776 IF ( f(nfix) > 0.0_dp )  CONTINUE
     776   IF ( f(nfix) > 0.0_dp )  CONTINUE
    777777
    778778! Computation of equation rates
     
    813813!
    814814! Following line is just to avoid compiler message about unused variables
    815 IF ( f(nfix) > 0.0_dp )  CONTINUE
     815   IF ( f(nfix) > 0.0_dp )  CONTINUE
    816816
    817817! B(1) = dA(1)/dV(1)
     
    939939
    940940! Following line is just to avoid compiler message about unused variables
    941 IF ( incx == 0 )  CONTINUE
     941   IF ( incx == 0 )  CONTINUE
    942942
    943943      IF (alpha .eq. one)RETURN
     
    10051005
    10061006! Following line is just to avoid compiler message about unused variables
    1007 IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
     1007   IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
    10081008      IF (alpha .eq. zero)RETURN
    10091009      IF (n .le. 0)RETURN
     
    17401740
    17411741! Following line is just to avoid compiler message about unused variables
    1742 IF ( pivot(1) == 0 )  CONTINUE
     1742   IF ( pivot(1) == 0 )  CONTINUE
    17431743
    17441744#ifdef full_algebra   
Note: See TracChangeset for help on using the changeset viewer.