Previous 199869 Revisions Next

r30790 Tuesday 3rd June, 2014 at 00:48:42 UTC by Couriersud
Disable printf logging of stats
[src/emu/netlist/analog]nld_solver.c

trunk/src/emu/netlist/analog/nld_solver.c
r30789r30790
384384template <int m_N, int _storage_N>
385385void netlist_matrix_solver_gauss_seidel_t<m_N, _storage_N>::log_stats()
386386{
387#if 1
387#if 0
388388    printf("==============================================\n");
389389    printf("Solver %s\n", this->name().cstr());
390390    printf("       ==> %d nets\n", this->N()); //, (*(*groups[i].first())->m_core_terms.first())->name().cstr());

Previous 199869 Revisions Next


© 1997-2024 The MAME Team