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+simple/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:44 2019
    117117! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    118118! Equation file        : chem_gasphase_mod.kpp
     
    202202!
    203203! File                 : chem_gasphase_mod_Global.f90
    204 ! Time                 : Fri Mar 15 16:28:26 2019
     204! Time                 : Fri Mar 15 17:37:44 2019
    205205! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    206206! Equation file        : chem_gasphase_mod.kpp
     
    273273!
    274274! File                 : chem_gasphase_mod_JacobianSP.f90
    275 ! Time                 : Fri Mar 15 16:28:26 2019
     275! Time                 : Fri Mar 15 17:37:44 2019
    276276! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    277277! Equation file        : chem_gasphase_mod.kpp
     
    325325!
    326326! File                 : chem_gasphase_mod_Monitor.f90
    327 ! Time                 : Fri Mar 15 16:28:26 2019
     327! Time                 : Fri Mar 15 17:37:44 2019
    328328! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    329329! Equation file        : chem_gasphase_mod.kpp
     
    399399!
    400400! File                 : chem_gasphase_mod_Initialize.f90
    401 ! Time                 : Fri Mar 15 16:28:26 2019
     401! Time                 : Fri Mar 15 17:37:44 2019
    402402! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    403403! Equation file        : chem_gasphase_mod.kpp
     
    425425!
    426426! File                 : chem_gasphase_mod_Integrator.f90
    427 ! Time                 : Fri Mar 15 16:28:26 2019
     427! Time                 : Fri Mar 15 17:37:44 2019
    428428! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    429429! Equation file        : chem_gasphase_mod.kpp
     
    483483!
    484484! File                 : chem_gasphase_mod_LinearAlgebra.f90
    485 ! Time                 : Fri Mar 15 16:28:26 2019
     485! Time                 : Fri Mar 15 17:37:44 2019
    486486! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    487487! Equation file        : chem_gasphase_mod.kpp
     
    510510!
    511511! File                 : chem_gasphase_mod_Jacobian.f90
    512 ! Time                 : Fri Mar 15 16:28:26 2019
     512! Time                 : Fri Mar 15 17:37:44 2019
    513513! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    514514! Equation file        : chem_gasphase_mod.kpp
     
    537537!
    538538! File                 : chem_gasphase_mod_Function.f90
    539 ! Time                 : Fri Mar 15 16:28:26 2019
     539! Time                 : Fri Mar 15 17:37:44 2019
    540540! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    541541! Equation file        : chem_gasphase_mod.kpp
     
    566566!
    567567! File                 : chem_gasphase_mod_Rates.f90
    568 ! Time                 : Fri Mar 15 16:28:26 2019
     568! Time                 : Fri Mar 15 17:37:44 2019
    569569! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    570570! Equation file        : chem_gasphase_mod.kpp
     
    592592!
    593593! File                 : chem_gasphase_mod_Util.f90
    594 ! Time                 : Fri Mar 15 16:28:26 2019
     594! Time                 : Fri Mar 15 17:37:44 2019
    595595! Working directory    : /home/forkel-r/palmstuff/work/trunk20190315/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm
    596596! Equation file        : chem_gasphase_mod.kpp
     
    727727
    728728! Following line is just to avoid compiler message about unused variables
    729 IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
     729   IF ( lu_crow(1) == 1  .OR.  lu_icol(1) == 1  .OR.  lu_irow(1) == 1 )  CONTINUE
    730730
    731731
     
    815815
    816816! Following line is just to avoid compiler message about unused variables
    817 IF ( f(nfix) > 0.0_dp )  CONTINUE
     817   IF ( f(nfix) > 0.0_dp )  CONTINUE
    818818
    819819! Computation of equation rates
     
    888888!
    889889! Following line is just to avoid compiler message about unused variables
    890 IF ( f(nfix) > 0.0_dp )  CONTINUE
     890   IF ( f(nfix) > 0.0_dp )  CONTINUE
    891891
    892892! B(1) = dA(1)/dV(10)
     
    11291129
    11301130! Following line is just to avoid compiler message about unused variables
    1131 IF ( incx == 0 )  CONTINUE
     1131   IF ( incx == 0 )  CONTINUE
    11321132
    11331133      IF (alpha .eq. one)RETURN
     
    11951195
    11961196! Following line is just to avoid compiler message about unused variables
    1197 IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
     1197   IF ( incx == 0  .OR.  incy == 0 )  CONTINUE
    11981198      IF (alpha .eq. zero)RETURN
    11991199      IF (n .le. 0)RETURN
     
    19301930
    19311931! Following line is just to avoid compiler message about unused variables
    1932 IF ( pivot(1) == 0 )  CONTINUE
     1932   IF ( pivot(1) == 0 )  CONTINUE
    19331933
    19341934#ifdef full_algebra   
Note: See TracChangeset for help on using the changeset viewer.