Commit graph

9 commits

Author SHA1 Message Date
Ray Speth
2528df0f75 Reorganized source tree structure
These changes make it unnecessary to copy header files around during
the build process, which tends to confuse IDEs and debuggers. The
headers which comprise Cantera's external C++ interface are now in
the 'include' directory.

All of the samples and demos are now in the 'samples' subdirectory.
2012-02-12 02:27:14 +00:00
Ray Speth
a6f939c2fe Applied consistent formatting to all C++ code
Done using astyle:
astyle --style=kr --add-brackets --indent=spaces=4 --indent-col1-comments --unpad-paren --pad-header --align-pointer=type --lineend=linux
2012-02-10 17:24:00 +00:00
Ray Speth
bc9ec48516 Fixing compiler warnings, part 5 2012-01-17 04:11:51 +00:00
Harry Moffat
918b96586b Added a hook into the vcs_equilibrate solver.
Fixed a bug in the python interface having to pass vectors of integers.
They are now passed as doubles. This may not be fixed. It needs more
looking into.
2009-03-24 19:13:02 +00:00
Dave Goodwin
83501b5d72 *** empty log message *** 2005-08-18 14:44:35 +00:00
Dave Goodwin
d6611f5878 *** empty log message *** 2005-07-14 18:54:10 +00:00
Dave Goodwin
9bd690ae04 Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Dave Goodwin
83b08d7a26 *** empty log message *** 2004-12-10 05:07:14 +00:00
Dave Goodwin
987e1ddbb0 support for multiphase equilibrium 2004-12-01 22:57:23 +00:00