Fixed setting m_nsp in TransportBase
This commit is contained in:
parent
7a4be4dcfd
commit
a1d24776f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue