Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The adios_close () does not return value #6

Closed
yomagg opened this issue Sep 18, 2013 · 1 comment
Closed

The adios_close () does not return value #6

yomagg opened this issue Sep 18, 2013 · 1 comment
Labels

Comments

@yomagg
Copy link
Contributor

yomagg commented Sep 18, 2013

The function has the protytype:

int adios_close (int64_t fd_p);

The retval is initialized with common_adios_close() but from what I can see it is never returned by adios_close(). Simply put, the return retval; is missing.

@pnorbert
Copy link
Contributor

Fixed. Now every int function returns 0 on OK, !=0 on error (values in adios_error.h).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants