Skip to content
Snippets Groups Projects
Commit a93c72e0 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

SLightly relax ALAT comparison for KKRimp

parent d73dc5bc
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ DO IATOM= 1, NATOM
! READ(UNIT=ifile_pot,FMT=*) CLINE ! skip line
READ(UNIT=ifile_pot,FMT=*) CELL(IATOM)%RMT, ALAT_TEMP, CELL(IATOM)%RCORE ! muffin tin and core radius
! write(*,*) alat, alat_temp
IF (ABS(ALAT-ALAT_TEMP)>10D-14) then
IF (ABS(ALAT-ALAT_TEMP)>10D-12) then
write(*,*) alat, alat_temp
STOP '[read_potential] error ALAT value in potential is does not match'
end if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment