turned off an unnecessary log message from LibMBD

This commit is contained in:
Szabolcs Goger 2021-03-31 20:12:25 +00:00
parent 43368b463e
commit 1065b372ac
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ MODULE libmbd_interface
IF(tforces .OR. tstress .AND. .NOT.ALLOCATED(FmbdvdW)) ALLOCATE(FmbdvdW(3, nat)) IF(tforces .OR. tstress .AND. .NOT.ALLOCATED(FmbdvdW)) ALLOCATE(FmbdvdW(3, nat))
ALLOCATE(ratios(nat)) ALLOCATE(ratios(nat))
inp%log_level=1
! !
! Passing atom types and coordinates for LibMBD ! Passing atom types and coordinates for LibMBD
! !