mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 19:43:32 +01:00
bugfix in restore_symmetry
This commit is contained in:
parent
d2f234afb5
commit
66ce35f5db
@ -1735,6 +1735,7 @@ subroutine restore_symmetry(m,n,A,LDA,thresh)
|
||||
! enddo
|
||||
|
||||
! Symmetrize
|
||||
i = 1
|
||||
do while( (i < sze).and.(-copy(i) > thresh) )
|
||||
pi = i
|
||||
pf = i
|
||||
|
Loading…
Reference in New Issue
Block a user