Skip to content

Commit

Permalink
Correct 6 y.o. bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Apr 7, 2015
1 parent 902d897 commit 297b71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/Poly.i
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$1 = &dvalue;
}

#gsl_complex gsl_complex_poly_complex_eval (const gsl_complex c [], const int len, const gsl_complex z);
/* gsl_complex gsl_complex_poly_complex_eval (const gsl_complex c [], const int len, const gsl_complex z); */

%typemap(argout) gsl_complex {
AV* tempav = newAV();
Expand Down

0 comments on commit 297b71c

Please sign in to comment.