| Previous | 199869 Revisions | Next |
| r31095 Tuesday 24th June, 2014 at 17:58:10 UTC by Couriersud |
|---|
| Fix crash caused "-debug -noautosave" when exiting the debugger immediately. |
| [src/emu/netlist/analog] | nld_ms_gauss_seidel.h |
| r31094 | r31095 | |
|---|---|---|
| 45 | 45 | template <int m_N, int _storage_N> |
| 46 | 46 | void netlist_matrix_solver_gauss_seidel_t<m_N, _storage_N>::log_stats() |
| 47 | 47 | { |
| 48 | #if 1 | |
| 48 | #if 0 | |
| 49 | if (this->m_calculations == 0) | |
| 50 | return; | |
| 49 | 51 | printf("==============================================\n"); |
| 50 | 52 | printf("Solver %s\n", this->name().cstr()); |
| 51 | 53 | printf(" ==> %d nets\n", this->N()); //, (*(*groups[i].first())->m_core_terms.first())->name().cstr()); |
| Previous | 199869 Revisions | Next |