nld_ms_sm.h: better use '!' instead of 'not' (nw)

This commit is contained in:
yz70s 2016-04-08 23:54:10 +02:00
parent 706b8b363a
commit 62d6d7f24b

View File

@ -513,7 +513,7 @@ int matrix_solver_sm_t<m_N, _storage_N>::solve_non_dynamic(ATTR_UNUSED const boo
}
else
{
if (not incremental)
if (!incremental)
{
for (unsigned row = 0; row < iN; row ++)
for (unsigned k = 0; k < iN; k++)