VlachosGroup / openmkm

Opensource software to model heterogeneous catalytic reactions. Based on Cantera
MIT License
14 stars 10 forks source link

CMake build support #8

Closed jtfrey closed 5 years ago

jtfrey commented 5 years ago

Added support for building OpenMKM (omkm) using CMake rather than SCons. Build procedure is documented in the src/README.md file added in this commit.

Also added a minor syntax change src/pfr1d_solver.cpp to reset the string buffer rather than trying to assign a newly-created stringstream() instance; newer C++ compilers were flagging that as an error.

mbkumar commented 5 years ago

Thank you Jeff!