- Timestamp:
- Oct 2, 2018 12:21:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/src/create_kpp_module.h
r2696 r3298 1 1 #ifndef mecca 2 #define mecca 1 2 // ketelsen 18.09.2018: Removed create_fill_routine 3 3 4 // ############################################################################ 5 // 6 // create_mz_kpp_module 7 // 8 // create scalar code from .f90 sources created by KPP to be used in MESSy 9 // 10 // COPYRIGHT Klaus Ketelsen and MPI-CH April 2007 11 // 12 // ############################################################################ 4 #include <iostream> 5 #include <fstream> 6 7 #include <string> 8 #include <list> 9 #include <vector> 10 11 #include "fortran_file.h" 12 #include "expand_decomp.h" 13 14 // Class to create module which contains code generated by kpp. 15 16 / 17 / 18 // ketelsen 18.09.2018: Removed create_fill_routine 13 19 14 20 #include <iostream> … … 48 54 49 55 void create_kpp_integrate(); 50 void create_fill_routine(vector<fortran_file> &e5_list, Vvar &var ); 51 56 57 public: 52 58 53 59 void do_work (string s) ;
Note: See TracChangeset
for help on using the changeset viewer.