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:
parent
dd10230ce1
commit
d545a2e598
6 changed files with 6 additions and 0 deletions
|
|
@ -1302,6 +1302,7 @@ public:
|
||||||
*
|
*
|
||||||
* @param testProb Hard -coded test problem to instantiate.
|
* @param testProb Hard -coded test problem to instantiate.
|
||||||
* Current valid values are 1.
|
* Current valid values are 1.
|
||||||
|
* @deprecated To be refactored into a standalone test
|
||||||
*/
|
*/
|
||||||
HMWSoln(int testProb);
|
HMWSoln(int testProb);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -300,6 +300,7 @@ public:
|
||||||
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
||||||
* for a LiKCl system test to predict the eutectic and
|
* for a LiKCl system test to predict the eutectic and
|
||||||
* liquidus correctly.
|
* liquidus correctly.
|
||||||
|
* @deprecated To be refactored into a standalone test
|
||||||
*/
|
*/
|
||||||
MargulesVPSSTP(int testProb);
|
MargulesVPSSTP(int testProb);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -295,6 +295,7 @@ public:
|
||||||
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
||||||
* for a LiKCl system -> test to predict the eutectic and
|
* for a LiKCl system -> test to predict the eutectic and
|
||||||
* liquidus correctly.
|
* liquidus correctly.
|
||||||
|
* @deprecated To be refactored into a standalone test
|
||||||
*/
|
*/
|
||||||
MixedSolventElectrolyte(int testProb);
|
MixedSolventElectrolyte(int testProb);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -368,6 +368,7 @@ public:
|
||||||
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
||||||
* for a LiKCl system -> test to predict the eutectic and
|
* for a LiKCl system -> test to predict the eutectic and
|
||||||
* liquidus correctly.
|
* liquidus correctly.
|
||||||
|
* @deprecatedu unimplemented
|
||||||
*/
|
*/
|
||||||
PhaseCombo_Interaction(int testProb);
|
PhaseCombo_Interaction(int testProb);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -292,6 +292,7 @@ public:
|
||||||
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
* @param testProb Hard-coded value. Only the value of 1 is used. It's
|
||||||
* for a LiKCl system -> test to predict the eutectic and
|
* for a LiKCl system -> test to predict the eutectic and
|
||||||
* liquidus correctly.
|
* liquidus correctly.
|
||||||
|
* @deprecated To be refactored into a standalone test
|
||||||
*/
|
*/
|
||||||
RedlichKisterVPSSTP(int testProb);
|
RedlichKisterVPSSTP(int testProb);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@ public:
|
||||||
*
|
*
|
||||||
* @param testProb Hard -coded test problem to instantiate.
|
* @param testProb Hard -coded test problem to instantiate.
|
||||||
* Current valid values are 1.
|
* Current valid values are 1.
|
||||||
|
* @deprecated To be refactored into a standalone test
|
||||||
*/
|
*/
|
||||||
RedlichKwongMFTP(int testProb);
|
RedlichKwongMFTP(int testProb);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue