quantum-espresso/CPV/plugin_initialization.f90

23 lines
660 B
Fortran

!
! Copyright (C) 2001-2009 Quantum ESPRESSO group
! This file is distributed under the terms of the
! GNU General Public License. See the file `License'
! in the root directory of the present distribution,
! or http://www.gnu.org/copyleft/gpl.txt .
!
!----------------------------------------------------------------------------
SUBROUTINE plugin_initialization()
!----------------------------------------------------------------------------
!
!
USE io_global, ONLY : stdout, ionode
USE kinds, ONLY : DP
USE io_files, ONLY : tmp_dir
!
USE plugin_flags
!
IMPLICIT NONE
!
!
END SUBROUTINE plugin_initialization