Page 1 of 1
K_Haydock.F in 3.2.2.r6
Posted: Tue Sep 21, 2010 1:33 pm
by weic
Code: Select all
K_Haydock.F(151): error #6784: The number of actual arguments cannot be greater than the number of dummy arguments. [K_BSMAT_BY_V]
Code: Select all
line 151: call K_BSmat_by_V(iq,it_on_disk,Vn,Vnp1,iter_par=ItParity)
Something seems wrong with the last argument.
BTW, line 150 "#else": is it a typo?
Re: K_Haydock.F in 3.2.2.r6
Posted: Tue Sep 21, 2010 1:36 pm
by andrea marini
weic wrote:Code: Select all
K_Haydock.F(151): error #6784: The number of actual arguments cannot be greater than the number of dummy arguments. [K_BSMAT_BY_V]
Code: Select all
line 151: call K_BSmat_by_V(iq,it_on_disk,Vn,Vnp1,iter_par=ItParity)
Something seems wrong with the last argument.
BTW, line 150 "#else": is it a typo?
It is a bug I introduced by mistake in the latest revision. It will be fixed soon. Use the previous revision in the meantime. Sorry