Commit graph

36 commits

Author SHA1 Message Date
Ray Speth
a4a81b94eb Deprecated SpeciesThermo::modifyParams 2012-02-27 18:14:29 +00:00
Ray Speth
b955395ed1 Skip cast from size_t to int when calling int2str 2012-02-27 18:14:17 +00:00
Ray Speth
af6303a67e Removed class ArrayViewer (use Array2D instead) 2012-02-27 18:14:08 +00:00
Ray Speth
6cc7f491a6 Removed some pointless comments 2012-02-27 18:14:00 +00:00
Ray Speth
8f4f72369e Use the associated Cabinet to look up an item's index
This allowed removal the m_index member and associated methods
of the ThermoPhase, Kinetics, and Transport classes.
2012-02-27 18:12:13 +00:00
Ray Speth
3648bfef39 Use of deprecated functions generates compiler warnings 2012-02-27 18:11:39 +00:00
Ray Speth
f1e807d314 Moved global variables from tpx namespace into class Substance
This fixes failures in the pureFluid test on OSX with certain
compilier optimizations enabled.
2012-02-27 18:11:28 +00:00
Ray Speth
437294ae00 Removed previously-deprecated array_fp typedef 2012-02-22 00:16:22 +00:00
Ray Speth
7b96fa73c4 Fixed an implicit standard library dependency
This was preventing some of the tests from compiling
2012-02-21 16:06:02 +00:00
Ray Speth
28270820a5 Use std::swap instead of homegrown alternatives 2012-02-21 16:05:53 +00:00
Ray Speth
35429de71c Fixed a bunch of spelling errors in the documentation and comments 2012-02-21 16:04:09 +00:00
Ray Speth
fe8a5d49a8 Use std::min and std::max instead of homegrown alternatives 2012-02-21 16:03:32 +00:00
Ray Speth
30d233474a Use std::min and std::max instead of preprocessor macros 2012-02-21 16:03:09 +00:00
Ray Speth
36c5d0ff96 Fixed more compiler warnings (MSVC 9.0) 2012-02-17 20:30:03 +00:00
Ray Speth
f74abb48f0 Fixed GCC warnings 2012-02-17 20:29:50 +00:00
Ray Speth
e8b04fb2b4 Fixed numerous compiler warnings from MSVC 2012-02-17 20:29:10 +00:00
Ray Speth
9bc4a261c7 Fixed a bunch of GCC warnings 2012-02-15 20:28:08 +00:00
Ray Speth
855f2ec77b Eliminated the unnecessary Cantera.h header from sample code 2012-02-15 01:01:15 +00:00
Ray Speth
1bffc6e150 Fix include paths for tests and samples 2012-02-12 02:47:21 +00:00
Ray Speth
a310345b9e Updated #includes to reflect new header file locations 2012-02-12 02:44:14 +00:00
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
ec0c45d8fb Removed some unused files 2011-12-14 19:35:40 +00:00
Dave Goodwin
9420d9544c *** empty log message *** 2004-08-05 21:25:31 +00:00
Dave Goodwin
ce93fff649 files moved to Cantera/cxx/include 2004-01-01 23:26:31 +00:00
Dave Goodwin
8c2016abd4 cleanup 2004-01-01 19:56:42 +00:00
Dave Goodwin
dcae4f3acd *** empty log message *** 2003-10-04 02:15:55 +00:00
Dave Goodwin
b663e860a9 *** empty log message *** 2003-09-13 16:24:09 +00:00
Dave Goodwin
e6a0ba740c *** empty log message *** 2003-09-10 19:14:15 +00:00
Dave Goodwin
3f27dcc438 *** empty log message *** 2003-09-06 14:38:49 +00:00
Harry Moffat
a59d1a233b Fixed GRI30.h. The id was wrong and caused a test problem to fail. 2003-08-06 18:15:34 +00:00
Dave Goodwin
e26a9e54dd *** empty log message *** 2003-08-04 14:31:06 +00:00
Dave Goodwin
76526a6aa3 *** empty log message *** 2003-07-04 06:37:42 +00:00
Harry Moffat
73bbb13c76 Added a .cvsignore file 2003-06-10 15:02:17 +00:00
Dave Goodwin
2a00814a9d *** empty log message *** 2003-06-07 23:53:49 +00:00
Dave Goodwin
6c28f55fd0 minor cleanup 2003-04-18 23:19:18 +00:00
Dave Goodwin
1e8d3822ff Initial revision 2003-04-14 17:57:48 +00:00