cantera/src/clib
2016-10-24 19:00:36 -04:00
..
Cabinet.h Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
clib_utils.h [clib] Make clib headers public 2016-10-13 18:40:03 -04:00
ct.cpp [clib] Add buffer length argument to all functions returning strings 2016-10-18 11:21:42 -04:00
ctfunc.cpp [clib] Remove some redundant/unusable/unnecessary functions 2016-10-17 19:15:36 -04:00
ctmultiphase.cpp [clib] Remove some redundant/unusable/unnecessary functions 2016-10-17 19:15:36 -04:00
ctonedim.cpp [clib] Update declaration for stflow_setTransport 2016-10-24 19:00:36 -04:00
ctreactor.cpp [clib] Remove some redundant/unusable/unnecessary functions 2016-10-17 19:15:36 -04:00
ctrpath.cpp [clib] Fix const-ness of clib function arguments 2016-10-15 20:50:15 -04:00
ctsurf.cpp [clib] Rename some functions to increase consistency 2016-10-17 19:15:38 -04:00
ctxml.cpp [clib] Add buffer length argument to all functions returning strings 2016-10-18 11:21:42 -04:00
README.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00

This directory contains code that implements C-callable functions that
can be used to create and use Cantera objects from languages other
than C++. It is used by both the Python and Matlab interface packages.