* 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:
Randall Morgan 2012-02-22 10:59:08 +00:00
parent b87e4f1983
commit 7a7544fa69

View file

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