Ray Speth
|
62524e8820
|
[Equil/Test] Fix failures involving use of global variables
Direct use of "global" variables defined in the shared library results in
inconsistent behavior.
|
2016-07-05 17:12:13 -04:00 |
|
Ray Speth
|
1a64a230b1
|
[Test] Add test of VCS equilibrium solver with higher loglevel
This improves the overall coverage of the test suite, since otherwise much
of the logging code in the VCS solver is not executed.
|
2016-04-08 15:40:22 -04:00 |
|
Ray Speth
|
f335350c35
|
Always use std::shared_ptr
Since we compile as c++11, std::shared_ptr is guaranteed to exist.
|
2015-10-14 18:45:23 -04:00 |
|
Ray Speth
|
e131766b71
|
Replace auto_ptr with unique_ptr
auto_ptr is deprecated in c++11
|
2015-10-14 18:45:23 -04:00 |
|
Ray Speth
|
d4299fc6da
|
[Test] Fix VCS-LiSi test to not use deprecated "testProb" constructor
|
2015-07-15 11:35:22 -04:00 |
|
Ray Speth
|
808f088ffd
|
Merge namespace VCSnonideal with namespace Cantera
|
2015-05-27 18:27:25 -04:00 |
|
Ray Speth
|
1c878c16de
|
Fix issues indicated by compiler warnings
|
2015-05-26 11:42:20 -04:00 |
|
Ray Speth
|
39b751d655
|
[Equil] Always use the member function versions of 'equilibrate'
The various free functions are deprecated, along with the now unnecessary
headers 'equil.h' and 'equilibrium.h'.
|
2014-11-08 00:53:45 +00:00 |
|
Ray Speth
|
29e6c374a2
|
[Test] Fix failure of VCS-LiSi test when debug_verbose=y
Partially addresses Issue 69.
|
2013-06-28 21:24:35 +00:00 |
|
Ray Speth
|
2483e39ae5
|
Allow tests to suppress deprecation warnings
This prevents certain tests from failing comparisons with blessed output files.
|
2013-06-05 17:09:46 +00:00 |
|
Ray Speth
|
8e9f6fcfe6
|
[Test] Fix VCS-LiSi to match the original from extendedCXXTestSuite
|
2013-04-24 21:47:33 +00:00 |
|
Ray Speth
|
7da738d238
|
Re-applied consistent formatting to trunk
Applied using: astyle -n --style=kr --add-brackets --indent=spaces=4
--indent-col1-comments --unpad-paren --pad-header --align-pointer=type
--lineend=linux
|
2013-02-07 23:40:59 +00:00 |
|
Ray Speth
|
85070e1d30
|
Added the LatticeSolid_LiSi test from the extendedCXXTestSuite
|
2012-08-02 15:48:36 +00:00 |
|