From 9b9bf075d17c916c675ce5db3632a261e5773e1a Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 15 Jun 2013 21:39:37 +0200 Subject: [PATCH] fix for automatic indention this part of > commit f9144f90b3e121ec866bf437e95ebf7aa8aa890e > Author: pnenzi > Date: Tue May 23 20:04:32 2000 +0000 > > Applied Widlok patch is hostile to automatic indention --- src/spicelib/analysis/cktpzstr.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/spicelib/analysis/cktpzstr.c b/src/spicelib/analysis/cktpzstr.c index 4f5d12e97..479e26d04 100644 --- a/src/spicelib/analysis/cktpzstr.c +++ b/src/spicelib/analysis/cktpzstr.c @@ -635,12 +635,12 @@ CKTpzRunTrial(CKTcircuit *ckt, PZtrial **new_trialp, PZtrial **set) if (!(p->flags & ISAROOT) && CKTpzTrapped == 3 && NIpzK != 0.0 && NIpzK_mag > -10) { #ifdef notdef - if (p->flags & ISAROOT) { - /* Ugh! muller doesn't work right */ - new_trial->flags = ISAMINIMA; - new_trial->s.imag = scalb(NIpzK, (int) (NIpzK_mag / 2)); - pretest = 0; - } else { +// if (p->flags & ISAROOT) { +// /* Ugh! muller doesn't work right */ +// new_trial->flags = ISAMINIMA; +// new_trial->s.imag = scalb(NIpzK, (int) (NIpzK_mag / 2)); +// pretest = 0; +// } else { #endif p->flags |= ISAMINIMA; tfree(new_trial);