bug in mkpoints_full.f
Posted: Wed Oct 10, 2012 4:50 am
I noticed a bug in VASP 5.3.2.13 release:
File: mkpoints_full.f
Line: 1206
K_POINT_DONE(NKF)=1
Since K_POINT_DONE is a logical array I believe it should be:
K_POINT_DONE(NKF)=.true.
If the authors imply, as usually, 0 - false, 1- true
<span class='smallblacktext'>[ Edited ]</span>
File: mkpoints_full.f
Line: 1206
K_POINT_DONE(NKF)=1
Since K_POINT_DONE is a logical array I believe it should be:
K_POINT_DONE(NKF)=.true.
If the authors imply, as usually, 0 - false, 1- true
<span class='smallblacktext'>[ Edited ]</span>