Reported by Salvador:
This time I got this error message which I guess it is a bug on the code.
models.c: In function ‘PadeApprox’:
models.c:4378:49: error: ‘info’ undeclared (first use in this function)
models.c:4378:49: note: each undeclared identifier is reported only once for each function it appears in
Changed "int info;" to "int info=0;" in file models.c, function "PadeApprox". Must be caused by an extremely strict compiler check.
Last edit: Marcelo S Zanetti 2014-07-24