ALP4lib icon indicating copy to clipboard operation
ALP4lib copied to clipboard

Function DevInquire tries to call return value

Open ruilvo opened this issue 7 years ago • 1 comments

On line 627 return ret.value() should probably be return ret.value

(I'd make a pull request if I only knew how to use git decently)

ruilvo avatar Apr 27 '18 10:04 ruilvo

To me it still seems to be a problem, even though it has remained like this for quite some time. I might make a pull request to solve it. Moreover, it seems that the return of this function DevInquire() should be of type c_long instead of c_double, according to my version of the ALP-4 documentations.

guilhermebene avatar Feb 11 '21 19:02 guilhermebene