[Wien] OOB error in lapw2

Scott Beardsley scott at cse.ucdavis.edu
Fri Mar 13 00:24:43 CET 2009


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(*)
$


More information about the Wien mailing list