diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ec1530..cd967c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set (srcs ${kpp_gas_dir}/kpp_achem_gas_Monitor.f90 ${kpp_gas_dir}/kpp_achem_gas_Util.f90 ${kpp_gas_dir}/kpp_achem_gas_LinearAlgebra.f90 - ${kpp_gas_dir}/kpp_achem_gas_Integrator.f90 + ${kpp_gas_dir}/kpp_achem_gas_Integrator.F90 GACL_ConstantsMod.F90 GACL_EmissionsMod.F90 GACL_ReactionRatesMod.F90 @@ -30,7 +30,6 @@ esma_add_library ( DEPENDENCIES Chem_Shared MAPL GMAO_mpeu ESMF::ESMF NetCDF::NetCDF_Fortran ) target_compile_definitions (${this} PRIVATE MAPL_MODE GEOS5) -set_target_properties (${this} PROPERTIES COMPILE_FLAGS ${PP}) new_esma_generate_automatic_code ( ${this} ACHEM_Registry.rc diff --git a/kpp/gas/kpp_achem_gas_Integrator.f90 b/kpp/gas/kpp_achem_gas_Integrator.F90 similarity index 100% rename from kpp/gas/kpp_achem_gas_Integrator.f90 rename to kpp/gas/kpp_achem_gas_Integrator.F90