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

Use type(c_ptr) instead of transfer() for opaque references to derived types #56

Open
jameskermode opened this issue Jul 28, 2016 · 0 comments

Comments

@jameskermode
Copy link
Owner

Casting to type(c_ptr) is functionally equivalent to using ``transfer()` as we do currently, but the latter is more error prone so we should switch.

See notes here: http://www.fortran90.org/src/best-practices.html#v-using-type-c-ptr-pointer

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

No branches or pull requests

1 participant