mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
fix compile. (nw)
This commit is contained in:
parent
5cfe38e481
commit
966db2f2f7
@ -535,7 +535,7 @@ template <unsigned m_N, unsigned _storage_N>
|
|||||||
int matrix_solver_sm_t<m_N, _storage_N>::solve_non_dynamic(ATTR_UNUSED const bool newton_raphson)
|
int matrix_solver_sm_t<m_N, _storage_N>::solve_non_dynamic(ATTR_UNUSED const bool newton_raphson)
|
||||||
{
|
{
|
||||||
static const bool incremental = true;
|
static const bool incremental = true;
|
||||||
static uint cnt = 0;
|
static UINT32 cnt = 0;
|
||||||
|
|
||||||
nl_double new_V[_storage_N]; // = { 0.0 };
|
nl_double new_V[_storage_N]; // = { 0.0 };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user