Deprecate 'testProb' constructors

These constructors should be removed and any useful test code they
contain incorporated into new or existing tests.
This commit is contained in:
Ray Speth 2013-06-17 14:20:09 +00:00
parent dd10230ce1
commit d545a2e598
6 changed files with 6 additions and 0 deletions

View file

@ -1302,6 +1302,7 @@ public:
*
* @param testProb Hard -coded test problem to instantiate.
* Current valid values are 1.
* @deprecated To be refactored into a standalone test
*/
HMWSoln(int testProb);

View file

@ -300,6 +300,7 @@ public:
* @param testProb Hard-coded value. Only the value of 1 is used. It's
* for a LiKCl system test to predict the eutectic and
* liquidus correctly.
* @deprecated To be refactored into a standalone test
*/
MargulesVPSSTP(int testProb);

View file

@ -295,6 +295,7 @@ public:
* @param testProb Hard-coded value. Only the value of 1 is used. It's
* for a LiKCl system -> test to predict the eutectic and
* liquidus correctly.
* @deprecated To be refactored into a standalone test
*/
MixedSolventElectrolyte(int testProb);

View file

@ -368,6 +368,7 @@ public:
* @param testProb Hard-coded value. Only the value of 1 is used. It's
* for a LiKCl system -> test to predict the eutectic and
* liquidus correctly.
* @deprecatedu unimplemented
*/
PhaseCombo_Interaction(int testProb);

View file

@ -292,6 +292,7 @@ public:
* @param testProb Hard-coded value. Only the value of 1 is used. It's
* for a LiKCl system -> test to predict the eutectic and
* liquidus correctly.
* @deprecated To be refactored into a standalone test
*/
RedlichKisterVPSSTP(int testProb);

View file

@ -65,6 +65,7 @@ public:
*
* @param testProb Hard -coded test problem to instantiate.
* Current valid values are 1.
* @deprecated To be refactored into a standalone test
*/
RedlichKwongMFTP(int testProb);