Ray Speth
5ed6d9a2af
[Test] Fix compilation errors with VS2015
2015-09-08 12:26:58 -04:00
Ray Speth
d253fc0d63
Eliminate redundant standard library includes
2013-06-05 17:08:13 +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
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
Ray Speth
8b699082c8
Removed cantera/kernel from include path
...
The "cantera/kernel" directory is now part of the include path only
when building the Cantera kernel. All other modules include files in
this directory as "kernel/header.h".
This fixes a problem distinguishing between kernel/Kinetics.h and
kinetics.h on Windows.
2012-01-09 17:31:21 +00:00
Harry Moffat
b4ea13ebd6
Modified the test for the current developement work.
2009-09-15 17:33:13 +00:00
Harry Moffat
43ec65c716
Changes from old to new style C headers.
2008-12-17 17:31:12 +00:00
Harry Moffat
e4668088b1
Changes to the interface
2008-09-10 15:13:23 +00:00
Harry Moffat
a4e8f2f972
Changed the interface for these test problems.
2008-09-04 16:49:30 +00:00
Harry Moffat
5841172759
Minor changes.
2006-07-12 15:42:19 +00:00
Harry Moffat
460a6e50ab
Changed some of the tests so that quantities that are nominally zero
...
should be set to zero exactly if they are below a tolerance.
In this way, unconsequential roundoff errors don't trigger false
results.
2006-07-11 17:13:43 +00:00
Harry Moffat
d294f18177
Triple point calcultion test routine.
2006-07-04 00:39:45 +00:00