Fix travis compile (hopefully). (nw)

This commit is contained in:
couriersud 2015-08-21 02:20:07 +02:00
parent 1d875f33fe
commit a6242ea367

View File

@ -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();