cantera/Cantera/cxx
2006-04-30 19:57:39 +00:00
..
demos changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
include Changed the #ifndef line so that it is unique. 2006-04-30 19:57:39 +00:00
src changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
.cvsignore Added this file so that cvs update doesn't flag Makefile 2003-06-10 00:19:23 +00:00
Makefile.in Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
README Initial revision 2003-04-14 17:57:48 +00:00

This directory contains files that are part of the C++ user
interface. For the kernel C++ files, see directory ../src.