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
f922a9c348
Removed unnecessary TRUE and FALSE macros
...
Replaced with built-in true and false values, and the variables
these were assigned to have been converted from int to bool.
2012-01-20 23:13:32 +00:00
Ray Speth
d4b4cec673
Fixed signed/unsigned comparison warnings in VCS Equilibrium solver
2012-01-17 04:13:11 +00:00
Ray Speth
e8d895ac26
Fixed MSVC warning LNK4221 by removing a few "empty" source files
2012-01-17 04:12:23 +00:00
Ray Speth
9e1fdfe39a
Eliminated CVS keyword cruft
2012-01-09 17:32:01 +00:00
Harry Moffat
9c6080e3c9
Turned on keyword substitution in the cpp files.
2009-12-09 17:50:27 +00:00
Harry Moffat
70647c85ed
Initial Import
2009-07-27 23:17:19 +00:00
Harry Moffat
ff6aff01aa
Changed old to new style headers.
2008-12-17 16:34:17 +00:00
Harry Moffat
61a3d2b2c4
Variable name changing. no change in algorithm
2008-05-18 15:37:20 +00:00
Harry Moffat
6f07cb109e
variable name changes
2008-05-13 17:15:49 +00:00
Harry Moffat
9fcced29d0
Changed names of some variables.
2008-05-12 19:37:01 +00:00
Harry Moffat
6b660b30c9
Changed variable names.
2008-04-22 22:50:33 +00:00
Harry Moffat
5ee0f16d88
Changed names of a variable.
2008-04-21 19:27:07 +00:00
Harry Moffat
b9533bcf34
Changed name of a variable.
2008-04-17 16:53:17 +00:00
Harry Moffat
bcdec010ed
Replaced misc. debug #ifdefs with the single #ifdef block DEBUG_MODE.
...
This block is turned on/off by the configure options in the autoconf
setup process.
2008-01-14 22:24:10 +00:00
Harry Moffat
785de7f42c
Solaris 64 bit port modifications
2008-01-07 21:53:22 +00:00
Harry Moffat
566f9ef846
compiler errors in an alternate ifdef block.
2008-01-02 23:35:27 +00:00
Harry Moffat
d0e99aec18
Added vcs_nonideal, another equilibrium solver that can handle
...
nonideal thermo multiphase systems.
2007-12-19 21:19:28 +00:00