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

eliminate warning "array temporary created" #74

Open
TillF opened this issue Mar 12, 2019 · 1 comment
Open

eliminate warning "array temporary created" #74

TillF opened this issue Mar 12, 2019 · 1 comment

Comments

@TillF
Copy link
Owner

TillF commented Mar 12, 2019

array in argument should be contiguous (https://stackoverflow.com/questions/28859524/fortran-runtime-warning-temporary-array). This is not the case for arguments sed_in and sed_out.
Reversing the array dimensions shoud fix this.

@MelwinQ
Copy link

MelwinQ commented Aug 20, 2020

relates to #28

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

No branches or pull requests

2 participants