cantera/Cantera/clib
Harry Moffat e3d50370dd Fixed a Solaris compile issue.
Solaris decided a declaration was actually a definition.
So, I changed the way templated static storage is declared. It
still needs to be defined once and only once on all platforms.
2007-08-29 20:51:33 +00:00
..
src Fixed a Solaris compile issue. 2007-08-29 20:51:33 +00:00
README.txt *** empty log message *** 2003-08-09 06:12:07 +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.