Prettify qmmm_per_elpot.F

This commit is contained in:
Ole Schütt 2021-10-16 13:25:30 +02:00 committed by Ole Schütt
parent bd0034c1d0
commit 7ba64be02e

View file

@ -5,14 +5,13 @@
! SPDX-License-Identifier: GPL-2.0-or-later !
!--------------------------------------------------------------------------------------------------!
! **************************************************************************************************
MODULE qmmm_per_elpot
! **************************************************************************************************
!> \brief Setting up the potential for QM/MM periodic boundary conditions calculations
!> \par History
!> 07.2005 created [tlaino]
!> \author Teodoro Laino
! **************************************************************************************************
MODULE qmmm_per_elpot
USE ao_util, ONLY: exp_radius
USE cell_types, ONLY: cell_type
USE cp_log_handling, ONLY: cp_get_default_logger,&
@ -405,7 +404,4 @@ CONTAINS
END SUBROUTINE qmmm_ewald_potential_init
! **************************************************************************************************
END MODULE qmmm_per_elpot