Deprecate getUnitsStandardConc

This commit is contained in:
Ray Speth 2013-06-17 14:19:54 +00:00
parent d19d18dd77
commit 9c542981f1
14 changed files with 14 additions and 0 deletions

View file

@ -904,6 +904,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -350,6 +350,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -261,6 +261,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -1739,6 +1739,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -436,6 +436,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -460,6 +460,7 @@ public:
* kmol/m3 holds for standard concentration units. For
* cIdealSolidSolnPhase0 type, the standard concentration is
* unitless.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -208,6 +208,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -362,6 +362,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -280,6 +280,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -460,6 +460,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -304,6 +304,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0, int sizeUA = 6) const;

View file

@ -189,6 +189,7 @@ public:
* uA[3] = Pa(pressure) units - default = 0;
* uA[4] = Temperature units - default = 0;
* uA[5] = time units - default = 0
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -342,6 +342,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(doublereal* uA, int k = 0,
int sizeUA = 6) const;

View file

@ -525,6 +525,7 @@ public:
* @param k species index. Defaults to 0.
* @param sizeUA output int containing the size of the vector.
* Currently, this is equal to 6.
* @deprecated
*/
virtual void getUnitsStandardConc(double* uA, int k = 0,
int sizeUA = 6) const;