put
argument of random_seed
should not be a fixed-size array
#284
Labels
rule
A new rule for the linter
put
argument of random_seed
should not be a fixed-size array
#284
The code
compiles and runs with gfortran, but it is not portable, because the size of the seed used by
random_number
is platform-dependent. So theput
argument should be an allocatable array whose size has been set withSo I suggest that Fortitude complain when the
put
argument is a fixed-size array.The text was updated successfully, but these errors were encountered: