Fixed setting m_nsp in TransportBase

This commit is contained in:
Ray Speth 2013-02-07 23:40:48 +00:00
parent 7a4be4dcfd
commit a1d24776f1

View file

@ -105,7 +105,7 @@ void Transport::setParameters(const int type, const int k,
void Transport::setThermo(thermo_t& thermo) {
if (!ready()) {
m_thermo = &thermo;
//m_nmin = m_thermo->nSpecies();
m_nsp = m_thermo->nSpecies();
}
else {
int newNum = thermo.nSpecies();