Browse Source

proper initialization of b magnitude coefficient in a special case

pre-master-46
dwarning 8 years ago
committed by Holger Vogt
parent
commit
9289f0f773
  1. 2
      src/maths/ni/nipzmeth.c

2
src/maths/ni/nipzmeth.c

@ -354,7 +354,7 @@ NIpzSym2(PZtrial **set, PZtrial *new)
} else {
/* special case */
b = 0.0;
b = 0;
b_mag = 0;
}
zaddeq(&b, &b_mag, set[1]->s.real, 0, -b, b_mag);

Loading…
Cancel
Save