fixed a bug in lr_readin.f90, wrong arguments in call to plugin_scf_potential

This commit is contained in:
Oliviero Andreussi 2018-06-28 15:17:34 -05:00
parent 503173c767
commit 1f690d9233
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ SUBROUTINE lr_readin
!
CALL plugin_init_potential( v%of_r(:,1) )
!
CALL plugin_scf_potential( rho, v%of_r(:,1) )
CALL plugin_scf_potential( rho, .FALSE., -1.D0, v%of_r(:,1) )
!
CALL plugin_clean( 'TD', .FALSE. )
!