| 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 |
| r30789 | r30790 | |
|---|---|---|
| 384 | 384 | template <int m_N, int _storage_N> |
| 385 | 385 | void netlist_matrix_solver_gauss_seidel_t<m_N, _storage_N>::log_stats() |
| 386 | 386 | { |
| 387 | #if | |
| 387 | #if 0 | |
| 388 | 388 | printf("==============================================\n"); |
| 389 | 389 | printf("Solver %s\n", this->name().cstr()); |
| 390 | 390 | printf(" ==> %d nets\n", this->N()); //, (*(*groups[i].first())->m_core_terms.first())->name().cstr()); |
| Previous | 199869 Revisions | Next |