Skip to content

Commit

Permalink
THRIFT: Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ajchcoelho committed Nov 25, 2024
1 parent a69b206 commit 64f7604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions THRIFT/Sources/thrift_dkes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ SUBROUTINE thrift_dkes(lscreen,iflag)
mpolb = min (abs(mpolb-1), mmax)
ELSE
IF (ntorb > ntorbd) THEN
WRITE (ioout, 45) ntorb, ntorbd
! WRITE (ioout, 45) ntorb, ntorbd
STOP ' ntorb > ntorbd in DKES input'
END IF
IF (mpolb < 2) THEN
WRITE (ioout, 20) mpolb
! WRITE (ioout, 20) mpolb
STOP ' mpolb < 2 in DKES input'
ENDIF
END IF
Expand Down

0 comments on commit 64f7604

Please sign in to comment.