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

    r3799 r3800  
    114114!
    115115! File                 : chem_gasphase_mod_Parameters.f90
    116 ! Time                 : Fri Mar 15 16:28:27 2019
     116! Time                 : Fri Mar 15 17:37:44 2019
    117117! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    118118! Equation file        : chem_gasphase_mod.kpp
     
    198198!
    199199! File                 : chem_gasphase_mod_Global.f90
    200 ! Time                 : Fri Mar 15 16:28:27 2019
     200! Time                 : Fri Mar 15 17:37:44 2019
    201201! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    202202! Equation file        : chem_gasphase_mod.kpp
     
    263263!
    264264! File                 : chem_gasphase_mod_JacobianSP.f90
    265 ! Time                 : Fri Mar 15 16:28:27 2019
     265! Time                 : Fri Mar 15 17:37:44 2019
    266266! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    267267! Equation file        : chem_gasphase_mod.kpp
     
    313313!
    314314! File                 : chem_gasphase_mod_Monitor.f90
    315 ! Time                 : Fri Mar 15 16:28:27 2019
     315! Time                 : Fri Mar 15 17:37:44 2019
    316316! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    317317! Equation file        : chem_gasphase_mod.kpp
     
    382382!
    383383! File                 : chem_gasphase_mod_Initialize.f90
    384 ! Time                 : Fri Mar 15 16:28:27 2019
     384! Time                 : Fri Mar 15 17:37:44 2019
    385385! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    386386! Equation file        : chem_gasphase_mod.kpp
     
    408408!
    409409! File                 : chem_gasphase_mod_Integrator.f90
    410 ! Time                 : Fri Mar 15 16:28:27 2019
     410! Time                 : Fri Mar 15 17:37:44 2019
    411411! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    412412! Equation file        : chem_gasphase_mod.kpp
     
    466466!
    467467! File                 : chem_gasphase_mod_LinearAlgebra.f90
    468 ! Time                 : Fri Mar 15 16:28:27 2019
     468! Time                 : Fri Mar 15 17:37:44 2019
    469469! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    470470! Equation file        : chem_gasphase_mod.kpp
     
    493493!
    494494! File                 : chem_gasphase_mod_Jacobian.f90
    495 ! Time                 : Fri Mar 15 16:28:27 2019
     495! Time                 : Fri Mar 15 17:37:44 2019
    496496! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    497497! Equation file        : chem_gasphase_mod.kpp
     
    520520!
    521521! File                 : chem_gasphase_mod_Function.f90
    522 ! Time                 : Fri Mar 15 16:28:27 2019
     522! Time                 : Fri Mar 15 17:37:44 2019
    523523! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    524524! Equation file        : chem_gasphase_mod.kpp
     
    549549!
    550550! File                 : chem_gasphase_mod_Rates.f90
    551 ! Time                 : Fri Mar 15 16:28:27 2019
     551! Time                 : Fri Mar 15 17:37:44 2019
    552552! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    553553! Equation file        : chem_gasphase_mod.kpp
     
    575575!
    576576! File                 : chem_gasphase_mod_Util.f90
    577 ! Time                 : Fri Mar 15 16:28:27 2019
     577! Time                 : Fri Mar 15 17:37:44 2019
    578578! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    579579! Equation file        : chem_gasphase_mod.kpp
     
    710710
    711711! Following line is just to avoid compiler message about unused variables
    712 IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
     712   IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
    713713
    714714
     
    798798
    799799! Following line is just to avoid compiler message about unused variables
    800 IF ( f(nfix) > 0.0_dp )  CONTINUE
     800   IF ( f(nfix) > 0.0_dp )  CONTINUE
    801801
    802802! Computation of equation rates
     
    863863!
    864864! Following line is just to avoid compiler message about unused variables
    865 IF ( f(nfix) > 0.0_dp )  CONTINUE
     865   IF ( f(nfix) > 0.0_dp )  CONTINUE
    866866
    867867! B(1) = dA(1)/dV(7)
     
    10841084
    10851085! Following line is just to avoid compiler message about unused variables
    1086 IF ( incx == 0 )  CONTINUE
     1086   IF ( incx == 0 )  CONTINUE
    10871087
    10881088      IF (alpha .eq. one)RETURN
     
    11501150
    11511151! Following line is just to avoid compiler message about unused variables
    1152 IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
     1152   IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
    11531153      IF (alpha .eq. zero)RETURN
    11541154      IF (n .le. 0)RETURN
     
    18851885
    18861886! Following line is just to avoid compiler message about unused variables
    1887 IF ( pivot(1) == 0 )  CONTINUE
     1887   IF ( pivot(1) == 0 )  CONTINUE
    18881888
    18891889#ifdef full_algebra   
Note: See TracChangeset for help on using the changeset viewer.