[Thermo] Fix invalid memory usage in PDSS_SSVol
This commit is contained in:
parent
a19b2bd4cc
commit
286217d1d3
1 changed files with 1 additions and 3 deletions
|
|
@ -18,10 +18,8 @@ namespace Cantera
|
|||
|
||||
PDSS_SSVol::PDSS_SSVol()
|
||||
: volumeModel_(SSVolume_Model::tpoly)
|
||||
, TCoeff_(4, 0.0)
|
||||
{
|
||||
TCoeff_[0] = 0.0;
|
||||
TCoeff_[1] = 0.0;
|
||||
TCoeff_[2] = 0.0;
|
||||
}
|
||||
|
||||
void PDSS_SSVol::setParametersFromXML(const XML_Node& speciesNode)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue