cantera/src/clib
Ray Speth ca68fbc075 Rename Cabinet member variables to avoid using reserved identifiers
Names containing double underscores are reserved for the C++ implementation.
2014-09-24 23:17:50 +00:00
..
Cabinet.h Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
clib_defs.h Cleanup include statements 2014-08-28 16:54:13 +00:00
ct.cpp Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
ct.h [Thermo] 'report' only prints species with non-trivial mole fractions 2014-06-03 16:54:15 +00:00
ctbdry.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctfunc.cpp Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
ctfunc.h Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
ctmultiphase.cpp Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
ctmultiphase.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctonedim.cpp Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
ctonedim.h [1D] Eliminate deprecated methods of Domain1D 2014-01-30 00:47:52 +00:00
ctreactor.cpp Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
ctreactor.h Removing deprecated / nonfunctional methods from Reactor 2012-10-12 20:34:33 +00:00
ctrpath.cpp Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
ctrpath.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctsurf.cpp Cleanup include statements 2014-08-28 16:54:13 +00:00
ctsurf.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctxml.cpp Rename Cabinet member variables to avoid using reserved identifiers 2014-09-24 23:17:50 +00:00
ctxml.h Fixed qualifiers for functions that are part of the Cantera DLL 2012-02-27 18:15:47 +00: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.