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

Added cast from a Fortran allocatable string a Python string #14

Merged
merged 1 commit into from
Nov 24, 2019

Conversation

robertrueger
Copy link
Contributor

Somehow that direction of casting strings was missing.

@ylikx
Copy link
Owner

ylikx commented Nov 21, 2019

Good catch, thank you! Change the argument to character(kind=C_CHAR, len=*), intent(in) :: in_value, then it also works with fixed length strings.

@ylikx ylikx merged commit 7f35e01 into ylikx:master Nov 24, 2019
@ylikx
Copy link
Owner

ylikx commented Nov 24, 2019

Done

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

Successfully merging this pull request may close these issues.

None yet

2 participants