Fix travis compile (hopefully). (nw)
This commit is contained in:
parent
1d875f33fe
commit
a6242ea367
@ -269,7 +269,7 @@ ATTR_COLD void matrix_solver_direct_t<m_N, _storage_N>::vsetup(analog_net_t::lis
|
|||||||
* This should reduce cache misses ...
|
* This should reduce cache misses ...
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool touched[_storage_N][_storage_N] = { false };
|
bool touched[_storage_N][_storage_N] = { { false } };
|
||||||
for (unsigned k = 0; k < N(); k++)
|
for (unsigned k = 0; k < N(); k++)
|
||||||
{
|
{
|
||||||
m_terms[k]->m_nzbd.clear();
|
m_terms[k]->m_nzbd.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user