Deprecate debug methods of PDSS_HKFT
This commit is contained in:
parent
9d2f7e0220
commit
63b6660632
2 changed files with 3 additions and 0 deletions
|
|
@ -1299,6 +1299,7 @@ PREDEFINED = WITH_HTML_LOGS \
|
|||
HAS_SUNDIALS \
|
||||
SUNDIALS_VERSION=25 \
|
||||
THREAD_SAFE_CANTERA \
|
||||
DEBUG_MODE \
|
||||
HAVE_CONFIG_H \
|
||||
DEPRECATED(x)=x
|
||||
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ public:
|
|||
* Note this is just an extra routine to check the arithmetic
|
||||
*
|
||||
* @return returns the species standard state enthalpy in J kmol-1
|
||||
* @deprecated
|
||||
*/
|
||||
doublereal enthalpy_mole2() const;
|
||||
#endif
|
||||
|
|
@ -257,6 +258,7 @@ private:
|
|||
//! between the reference state at Tr, Pr and T,P
|
||||
/*!
|
||||
* This is an extra routine that was added to check the arithmetic
|
||||
* @deprecated
|
||||
*/
|
||||
doublereal deltaH() const;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue