From 966db2f2f70b1bfff5da681d16fd06e379cbfcd3 Mon Sep 17 00:00:00 2001 From: dankan1890 Date: Mon, 28 Mar 2016 16:14:32 +0200 Subject: [PATCH] fix compile. (nw) --- src/lib/netlist/solver/nld_ms_sm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/netlist/solver/nld_ms_sm.h b/src/lib/netlist/solver/nld_ms_sm.h index 7336e060510..31ecc55ebd9 100644 --- a/src/lib/netlist/solver/nld_ms_sm.h +++ b/src/lib/netlist/solver/nld_ms_sm.h @@ -535,7 +535,7 @@ template int matrix_solver_sm_t::solve_non_dynamic(ATTR_UNUSED const bool newton_raphson) { static const bool incremental = true; - static uint cnt = 0; + static UINT32 cnt = 0; nl_double new_V[_storage_N]; // = { 0.0 };