Ubuntu – How to rewrite iand to conform with newer versions of gfortran
I am working with an older Fortran code and during compilation I get many different error messages, some of the of the following format: if(iand(n_jz2_max,1).eq.0) then 1 Error: Arguments of ‘iand’ have different kind type parameters at (1) where n_jz2_max…