Ignore:
Timestamp:
Mar 27, 2019 11:53:41 AM (5 years ago)
Author:
forkel
Message:

renaming of get_mechanismname, do_emiss and do_depo, sorting in chem_modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/src/create_kpp_module.C

    r3799 r3820  
    1313//Former revisions:
    1414//-----------------
     15// renamed get_mechanismname to get_mechanism_name                        (26.03.2019, forkel):w
     16//
     17//
    1518// Deleted $Id since document_changes does not work for C and C++         (15.03.2019, forkel)
    1619//
     
    498501   program_line                    line;
    499502
    500    kppi.set_name("get_mechanismname");
    501    kppi.add_line("SUBROUTINE get_mechanismname                                        ");
     503   kppi.set_name("get_mechanism_name");
     504   kppi.add_line("SUBROUTINE get_mechanism_name                                       ");
    502505   kppi.add_line("                                                                    ");
    503506   kppi.add_line("  IMPLICIT NONE                                                     ");
     
    521524   kppi.add_line("                                                                    ");
    522525   kppi.add_line("  return                                                            ");
    523    kppi.add_line("END SUBROUTINE get_mechanismname                                    ");
     526   kppi.add_line("END SUBROUTINE get_mechanism_name                                   ");
    524527   kppi.add_line("                                                                    ");
    525528   kpp_subroutines.push_back(kppi);
Note: See TracChangeset for help on using the changeset viewer.