- Timestamp:
- Mar 15, 2019 3:36:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/src/main.C
r3458 r3799 4 4 // create_mz_kpp_module 5 5 // 6 // create scalar code from .f90 sources created by KPP to be used in MESSy6 // create scalar code from .f90 sources created by KPP to be used in PALM4U 7 7 // 8 // COPYRIGHT Klaus Ketelsen and MPI-CH April 2007 8 // COPYRIGHT Klaus Ketelsen and MPI-CH April 2007, 9 // Klaus Ketelsen, 2016 9 10 // 10 11 // ############################################################################ 11 12 // 12 //Current revisions:13 //------------------14 //15 //16 13 // Former revisions: 17 14 // ----------------------- 18 // $Id: main.C 3327 2018-10-09 19:55:00Z forkel $15 // Deleded $Id since document_changes does not work for C and C++ (15.03.2019, forkel) 19 16 // 20 17 // initial version (Nov. 2016, ketelsen) … … 35 32 36 33 cout << "####################################################" <<endl ; 37 cout << "### KP4= KPP POST PROCESSOR ###" <<endl ;38 cout << "### 34 cout << "### KPP4PALM = KPP POST PROCESSOR ###" <<endl ; 35 cout << "### KP4 Version 1.0 ###" <<endl ; 39 36 cout << "### (C) by Klaus Ketelsen and MPI-CH, April 2007 ###" <<endl ; 37 cout << "### KPP4PALM ###" <<endl ; 38 cout << "### (C) by Klaus Ketelsen, November 2016 ###" <<endl ; 40 39 cout << "####################################################" <<endl ; 41 40 … … 71 70 72 71 cout << "####################################################" <<endl ; 73 cout << "### END OF KP 4###" <<endl ;72 cout << "### END OF KPP4PALM ###" <<endl ; 74 73 cout << "####################################################" <<endl ; 75 74
Note: See TracChangeset
for help on using the changeset viewer.