1!
2! Copyright (C) 2001-2009 Quantum ESPRESSO group
3! This file is distributed under the terms of the
4! GNU General Public License. See the file `License'
5! in the root directory of the present distribution,
6! or http://www.gnu.org/copyleft/gpl.txt .
7!
8!----------------------------------------------------------------------------
9SUBROUTINE plugin_ext_forces()
10  !----------------------------------------------------------------------------
11  !
12  !
13  USE mp_global,        ONLY : intra_image_comm
14  USE mp,               ONLY : mp_bcast
15  USE io_global,        ONLY : stdout, ionode, ionode_id
16  USE kinds,            ONLY : DP
17  !
18  USE plugin_flags
19  !
20  IMPLICIT NONE
21  !
22  !
23END SUBROUTINE plugin_ext_forces
24