[Pw_forum] Installation
Paolo Giannozzi
giannozz at nest.sns.it
Tue Jan 25 18:11:06 CET 2005
On Tuesday 25 January 2005 16:34, uncpark wrote:
> USE ions_base, ONLY : nat, ntyp => nsp, ityp, tau, zv, atm
> ^
> f90-1015 f90: ERROR READFILE_NEW, File = restart.f90, Line = 561, Column =
> 41
> Local-name "NTYP" must only be referenced once in a rename-list in this
> scope.
compiler weirdness. Try to replace the line
USE ions_base, ONLY : nat, ntyp => nsp, ityp, tau, zv, atm
with two lines
USE ions_base, ONLY : ntyp => nsp
USE ions_base, ONLY : nat, ityp, tau, zv, atm
Paolo
--
Paolo Giannozzi e-mail: giannozz at nest.sns.it
Scuola Normale Superiore Phone: +39/050-509876, Fax:-563513
Piazza dei Cavalieri 7 I-56126 Pisa, Italy
More information about the Pw_forum
mailing list