mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
nld_ms_sm.h: better use '!' instead of 'not' (nw)
This commit is contained in:
parent
706b8b363a
commit
62d6d7f24b
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user