1!
2! Copyright (C) 2015 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_init_ions( tau )
10!----------------------------------------------------------------------------
11!
12USE kinds,            ONLY : DP
13USE fft_base,         ONLY : dfftp
14USE ions_base,        ONLY : nat, nsp, na
15USE plugin_flags
16!
17! ***Environ MODULES BEGIN***
18! ***Environ MODULES END***
19!
20IMPLICIT NONE
21!
22REAL(DP), INTENT(IN) :: tau(3,nat)
23!
24! ***Environ VARIABLES BEGIN***
25! ***Environ VARIABLES END***
26!
27! ***Environ CALLS BEGIN***
28! ***Environ CALLS END***
29!
30END SUBROUTINE plugin_init_ions
31