mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
netlist: Fix assertion. (nw)
This commit is contained in:
parent
17d32e0bd5
commit
c8e4dab20c
@ -106,8 +106,8 @@ void matrix_solver_GMRES_t<m_N, storage_N>::vsetup(analog_net_t::list_t &nets)
|
||||
m_term_cr[k].push_back(i);
|
||||
break;
|
||||
}
|
||||
nl_assert(m_term_cr[k].size() == this->m_terms[k]->m_railstart);
|
||||
}
|
||||
nl_assert(m_term_cr[k].size() == this->m_terms[k]->m_railstart);
|
||||
}
|
||||
|
||||
mat.ia[iN] = nz;
|
||||
|
Loading…
Reference in New Issue
Block a user