Menu

#6 Compiling error in models.c PADEAPPROX

1.0
closed
2014-07-24
2013-10-30
No

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

Discussion

  • Marcelo  S Zanetti

    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
  • Marcelo  S Zanetti

    • status: open --> closed
     

Log in to post a comment.