You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you declare fixed-length arrays in the registry input file, the FAST Registry doesn't treat them properly with the -ccode flag. There is a mixup between the pointers and the values pointed to.
Workaround is to make the arrays allocatable and allocate them inside your code.
The text was updated successfully, but these errors were encountered:
When you declare fixed-length arrays in the registry input file, the FAST Registry doesn't treat them properly with the
-ccode
flag. There is a mixup between the pointers and the values pointed to.Workaround is to make the arrays allocatable and allocate them inside your code.
The text was updated successfully, but these errors were encountered: