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_initialization()
10  !----------------------------------------------------------------------------
11  !
12  !
13  USE io_global,        ONLY : stdout, ionode
14  USE kinds,            ONLY : DP
15  USE io_files,         ONLY : tmp_dir
16  !
17  USE plugin_flags
18  !
19  IMPLICIT NONE
20  !
21  !
22END SUBROUTINE plugin_initialization
23