mikkelstuff
Technical User
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 which were fine using the Intel fortran compiler.
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 which were fine using the Intel fortran compiler.