Skip to content

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