fix for automatic indention

this part of

> commit f9144f90b3
> Author: pnenzi <pnenzi>
> Date:   Tue May 23 20:04:32 2000 +0000
>
>     Applied Widlok patch

is hostile to automatic indention
This commit is contained in:
rlar 2013-06-15 21:39:37 +02:00
parent c19d7e6a51
commit 9b9bf075d1
1 changed files with 6 additions and 6 deletions

View File

@ -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);