mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Prettify qmmm_per_elpot.F
This commit is contained in:
parent
bd0034c1d0
commit
7ba64be02e
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue