Browse Source

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
pre-master-46
rlar 13 years ago
parent
commit
9b9bf075d1
  1. 12
      src/spicelib/analysis/cktpzstr.c

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

Loading…
Cancel
Save