10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-20 20:22:22 +02:00

Correct again bug in occ_pattern

This commit is contained in:
Anthony Scemama 2014-12-10 16:06:50 +01:00
parent a29070c1d7
commit c934814821

View File

@ -207,7 +207,7 @@ end
endif
enddo
j+=1
if (j>=N_det) then
if (j>N_det) then
exit
endif
enddo