cantera/Cantera/clib
Ray Speth d3c09984d0 Fixed some preprocessor directives for MinGW
The purpose of these changes is to make the distinction between
compiling under Windows (in which case _WIN32 is defined) and
compiling with the Microsoft compiler (in which case _MSC_VER is
defined). These changes are from the patch submitted by David
Fronczek.
2012-01-19 20:30:26 +00:00
..
src Fixed some preprocessor directives for MinGW 2012-01-19 20:30:26 +00:00
README.txt *** empty log message *** 2003-08-09 06:12:07 +00:00
SConscript Add stage_dir config option 2011-12-14 19:41:21 +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.