Ignore:
Timestamp:
Mar 28, 2019 3:04:04 PM (6 years ago)
Author:
forkel
Message:

removed USE chem_gasphase_mod from chem_modules, apply USE chem_gasphase for nvar, nspec, cs_mech and spc_names instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chem_modules.f90

    r3827 r3833  
    2727! -----------------
    2828! $Id$
     29! removed USE chem_gasphase_mod
     30!
     31! 3827 2019-03-27 17:20:32Z forkel
    2932! some formatting  and reordering (ecc)
    3033!
     
    7578 MODULE chem_modules
    7679
    77     USE chem_gasphase_mod,                                                     &   
    78         ONLY: cs_mech, nspec, nvar, spc_names
    79 
    8080    USE control_parameters,                                                    &
    8181        ONLY: varnamelength
     
    8484
    8585    IMPLICIT NONE
    86 
    87     PUBLIC cs_mech
    88     PUBLIC nspec
    89     PUBLIC nvar
    90     PUBLIC spc_names
    9186
    9287    CHARACTER (LEN=20)                ::  bc_cs_b             = 'dirichlet'         !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.