Exemplo n.º 1
0
void VPSSMgr_Water_HKFT::updateRefStateThermo() const
{
    if (m_tlastRef != m_tlast) {
        m_tlastRef = m_tlast;
        _updateRefStateThermo();
    }
}
Exemplo n.º 2
0
void VPSSMgr::updateRefStateThermo() const
{
    _updateRefStateThermo();
}