Ray Speth
d16f70ab44
Fixed some spelling issues
2012-04-04 18:44:24 +00:00
Ray Speth
66ada1c423
Cleaned up the implementation of the NASA9poly test
2012-03-09 22:54:09 +00:00
Ray Speth
54efbaa320
Rewrote exception handling to be more general and more explicit
...
CanteraError inerits from std:exception, so now it has a what() method
that is used to print a message describing the exception. Adding an
exception to the Cantera error stack now requires explicitly calling
the .save() method.
2012-03-05 20:45:56 +00:00
Ray Speth
236756fbf0
Removed rogue tabs in the C++ source code
2012-02-27 18:15:02 +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
0b8d2ec223
Removed includes of Cantera.h from the regression tests
2012-02-15 01:00:46 +00:00
Ray Speth
1bffc6e150
Fix include paths for tests and samples
2012-02-12 02:47:21 +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
d832f32625
Eliminated the Cantera_CXX namespace
2012-01-23 03:35:46 +00:00
Ray Speth
b88846e5e0
Fixed C++ tests that were failing under Windows
...
Visual Studio defaults to 3-digit exponents when printing in scientific
notation. The tests now use a MSVC-specific function to change this
behavior when necessary.
2012-01-09 17:35:28 +00:00
Harry Moffat
8042c12bdb
Added using namespace command.
2008-02-16 21:50:04 +00:00
Harry Moffat
fbc2d6e0dd
Updated the test, by adding more output
2007-10-29 23:48:05 +00:00
Harry Moffat
c5dee4adae
Added 2 new tests associated with NASA9 polynomial capability.
2007-09-13 15:12:45 +00:00