[Pw_forum] bug report in PWCOND

zx3 at rice.edu zx3 at rice.edu
Fri May 16 02:05:49 CEST 2008


Dear all:
In CVS_080208 and previous version, File: PWCOND/local.f90
Line 410:
-------------------------------------------------------------
  INTEGER :: nrx, nry, fftxy(-nrx:nrx, -nrx:nry), &
             number, n1, n2
-------------------------------------------------------------
should be
-------------------------------------------------------------
  INTEGER :: nrx, nry, fftxy(-nrx:nrx, -nry:nry), &
             number, n1, n2
-------------------------------------------------------------
where -nry was mistyped as -nrx
Best,
Zhiping




More information about the users mailing list