cantera/src/clib
2012-03-23 22:16:04 +00:00
..
Cabinet.h Fixed a missing include needed to compile the F90 interface 2012-03-07 00:50:53 +00:00
clib_defs.h Added consistent, complete exception handling to C interface functions 2012-03-09 23:00:31 +00:00
ct.cpp Fixed some compiler warning issues 2012-03-15 19:55:18 +00:00
ct.h Fixed some compiler warning issues 2012-03-15 19:55:18 +00:00
ctbdry.cpp Added consistent, complete exception handling to C interface functions 2012-03-09 23:00:31 +00:00
ctbdry.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctfunc.cpp Added consistent, complete exception handling to C interface functions 2012-03-09 23:00:31 +00:00
ctfunc.h Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
ctmultiphase.cpp Expanded array bounds checking in C interface functions 2012-03-15 19:51:37 +00:00
ctmultiphase.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctonedim.cpp Expanded array bounds checking in C interface functions 2012-03-15 19:51:37 +00:00
ctonedim.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctreactor.cpp Added consistent, complete exception handling to C interface functions 2012-03-09 23:00:31 +00:00
ctreactor.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctrpath.cpp Moved a few standard library includes to more local scopes 2012-03-23 22:16:04 +00:00
ctrpath.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctsurf.cpp Added consistent, complete exception handling to C interface functions 2012-03-09 23:00:31 +00:00
ctsurf.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctxml.cpp Moved a few standard library includes to more local scopes 2012-03-23 22:16:04 +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.