COMPLEX*16 declarations are non-standard, although they are accepted by many compilers, and they should be replaced by something standard-conforming such as COMPLEX(KIND=16).
COMPLEX*16 declarations are found in many of the codes starting with z, for example zupmtr.f
COMPLEX*16 declarations are non-standard, although they are accepted by many compilers, and they should be replaced by something standard-conforming such as COMPLEX(KIND=16).
COMPLEX*16 declarations are found in many of the codes starting with z, for example zupmtr.f