Commit graph

6 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
00cfa9c7bd Fixed compilation problems generated by merging 2012-02-10 03:29:20 +00:00
Harry Moffat
8c4d47f59c Fixed an error in the phase stability calculation 2010-12-18 18:26:16 +00:00
Harry Moffat
fc7b7e8dc6 Initial attempt at exposing the phase stability routine to the
outside without actually doing an equilibrium solution.
2010-12-16 22:44:29 +00:00
Harry Moffat
32816b1fa7 Incremental commit of new ability to determine phase stability
without actually solving the equilibrium equations.
2010-12-15 20:20:13 +00:00