[GB.GSL]
* BUG: Commented out bad line of code that cause the component to fail to compile. git-svn-id: svn://localhost/gambas/trunk@4500 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
b87e4f1983
commit
7a7544fa69
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ BEGIN_METHOD(CPolynomial_ComplexEval, GB_OBJECT z)
|
|||
|
||||
|
||||
// TODO Figure out error when compiling gsl_poly_complex_eval()
|
||||
obj = gsl_poly_complex_eval(THIS->c, THIS->len, z->number);
|
||||
// obj = gsl_poly_complex_eval(THIS->c, THIS->len, z->number);
|
||||
|
||||
GB.ReturnObject(obj);
|
||||
|
||||
|
|
Loading…
Reference in a new issue