Guest User

Untitled

a guest
Oct 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. for (j = count;j > T;j--)
  2.     {
  3.         M[j].magnitude = 0;
  4.         //__real__ M[j].coef = 0.0;
  5.         //__imag__ M[j].coef = 0.0; << Segmentation fault
  6.     M[j].coef = 0.0 + 0.0 * I;//<< Segmentation fault
  7.     }
Add Comment
Please, Sign In to add comment