[Transport] Avoid unnecessary L-matrix solves

This commit is contained in:
Ray Speth 2013-06-14 23:06:24 +00:00
parent 94800445a1
commit 7b7e578500

View file

@ -513,8 +513,6 @@ void MultiTransport::update_C()
m_lmatrix_soln_ok = false;
}
}
m_l0000_ok = false;
m_lmatrix_soln_ok = false;
}
void MultiTransport::updateThermal_T()