Laurence Marks wrote: > These are not real. Change WA1(1) to WA1(*) to disable the bounds > checking code not realising that WA1(1) is not a problem. Ththe following eliminated my warnings (not errors, my mistake)... thanks! $ diff SRC_lapw2/c3fft.f.orig SRC_lapw2/c3fft.f 641c641 < WA1(1) --- > WA1(*) $