Deprecate WF93 falloff parameterization
This commit is contained in:
parent
112d9b5093
commit
77ed000090
1 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include "cantera/kinetics/FalloffFactory.h"
|
||||
#include "cantera/base/ctexceptions.h"
|
||||
#include "cantera/base/stringUtils.h"
|
||||
#include "cantera/base/global.h"
|
||||
|
||||
namespace Cantera
|
||||
{
|
||||
|
|
@ -432,12 +433,15 @@ protected:
|
|||
* Reference: Wang, H., and Frenklach, M., Chem. Phys. Lett. vol. 205, 271 (1993).
|
||||
*
|
||||
* @ingroup falloffGroup
|
||||
* @deprecated
|
||||
*/
|
||||
class WF93 : public Falloff
|
||||
{
|
||||
public:
|
||||
//! Default constructor
|
||||
WF93() {}
|
||||
WF93() {
|
||||
warn_deprecated("class WF93", "To be removed in Cantera 2.2.");
|
||||
}
|
||||
|
||||
//! Initialization routine
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue