From 7ba64be02eb0465aaba17e7aad18dd3355052545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Sat, 16 Oct 2021 13:25:30 +0200 Subject: [PATCH] Prettify qmmm_per_elpot.F --- src/qmmm_per_elpot.F | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/qmmm_per_elpot.F b/src/qmmm_per_elpot.F index cda5f4391a..74b278ae0d 100644 --- a/src/qmmm_per_elpot.F +++ b/src/qmmm_per_elpot.F @@ -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 -