I need to move existing code from the INTEL FORTAN ifort compiler to GNU gfortran.
The gfortran compiler does not like this coding:
CHARACTER Comma*1
C
DATA Comma/Z'2C'/
Anyway to fix this besides an ASCII implementation.
DATA Comma/','/
I have a large number of these...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.