Deprecate getUnitsStandardConc
This commit is contained in:
parent
d19d18dd77
commit
9c542981f1
14 changed files with 14 additions and 0 deletions
|
|
@ -904,6 +904,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -350,6 +350,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -261,6 +261,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -1739,6 +1739,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -436,6 +436,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -460,6 +460,7 @@ public:
|
||||||
* kmol/m3 holds for standard concentration units. For
|
* kmol/m3 holds for standard concentration units. For
|
||||||
* cIdealSolidSolnPhase0 type, the standard concentration is
|
* cIdealSolidSolnPhase0 type, the standard concentration is
|
||||||
* unitless.
|
* unitless.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -208,6 +208,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -362,6 +362,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -280,6 +280,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -460,6 +460,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -304,6 +304,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const;
|
virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -189,6 +189,7 @@ public:
|
||||||
* uA[3] = Pa(pressure) units - default = 0;
|
* uA[3] = Pa(pressure) units - default = 0;
|
||||||
* uA[4] = Temperature units - default = 0;
|
* uA[4] = Temperature units - default = 0;
|
||||||
* uA[5] = time units - default = 0
|
* uA[5] = time units - default = 0
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -342,6 +342,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
|
|
@ -525,6 +525,7 @@ public:
|
||||||
* @param k species index. Defaults to 0.
|
* @param k species index. Defaults to 0.
|
||||||
* @param sizeUA output int containing the size of the vector.
|
* @param sizeUA output int containing the size of the vector.
|
||||||
* Currently, this is equal to 6.
|
* Currently, this is equal to 6.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
virtual void getUnitsStandardConc(double* uA, int k = 0,
|
||||||
int sizeUA = 6) const;
|
int sizeUA = 6) const;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue