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

FDS Source : Change syntax in some array section assignments. #13779

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

marcosvanella
Copy link
Contributor

This is to avoid issues with ifx and -check all, in particular check bounds.
There is a compiler issue by which an assignment like:

CC_IS_CRS2_AUX(LOW_IND:HIGH_IND,CC_N_CRS_AUX) = (/ IND_LEFT, IND_RIGHT /)

Throws an out of bounds error, but the code runs when the line is defined with an array in first index as :

CC_IS_CRS2_AUX( (/LOW_IND, HIGH_IND/) ,CC_N_CRS_AUX) = (/ IND_LEFT, IND_RIGHT /)

@marcosvanella marcosvanella merged commit 1ad3439 into firemodels:master Nov 19, 2024
5 checks passed
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.

1 participant