commented this line to enable compile on 64bit win (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-28 08:42:51 +02:00
parent 1ae005a8dd
commit 33f55a2770

View File

@ -156,7 +156,7 @@ ATTR_COLD void netlist_matrix_solver_t::setup(netlist_analog_net_t::list_t &nets
break; break;
} }
} }
NL_VERBOSE_OUT(("added net with %" SIZETFMT " populated connections\n", net->m_core_terms.size())); //NL_VERBOSE_OUT(("added net with %" SIZETFMT " populated connections\n", net->m_core_terms.size()));
} }
} }