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

SeaState: replace pointer attribute with allocatable #2113

Merged

Conversation

bjonkman
Copy link
Contributor

Feature or improvement description
Fix pointer/allocatable attributes in one SeaState function. At one point in the SeaState evolution, these arrays were pointers, but they later were allocatable.

Related issue, if one exists

Impacted areas of the software
SeaState, mostly as called from the SeaState driver

Additional supporting information
It's possible this was missed because this code isn't called in OpenFAST without changing a hard-coded parameter.

Test results, if applicable
Should not change any tests. This will only cause the build to fail on certain compilers.

These arrays are not pointers (they were at one iteration of the SeaState evolution), and our gnu compiler complained
@bjonkman bjonkman changed the title SeaSt: replacepointer attribute with allocatable SeaState: replace pointer attribute with allocatable Mar 25, 2024
@andrew-platt andrew-platt added the Module: SeaState SeaState module for wave data generation label Mar 25, 2024
@andrew-platt andrew-platt self-assigned this Mar 25, 2024
@andrew-platt andrew-platt added this to the v4.0.0 milestone Mar 25, 2024
@andrew-platt andrew-platt merged commit 3e49c67 into OpenFAST:dev-unstable-pointers Mar 26, 2024
40 of 42 checks passed
@bjonkman bjonkman deleted the dev-unstable-pointers branch March 26, 2024 15:30
@andrew-platt andrew-platt mentioned this pull request Dec 24, 2024
38 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: SeaState SeaState module for wave data generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants