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!
8subroutine plugin_read_input()
9!
10! This routine is used for reading
11! plugin input files
12! DO NOT REMOVE THE TAGS ! ***ADDSON_NAME KIND_OF_PATCH***
13!
14USE plugin_flags
15USE input_parameters, ONLY : nat, ntyp
16USE input_parameters, ONLY : assume_isolated, ibrav
17!
18! ***Environ MODULES BEGIN***
19! ***Environ MODULES END***
20!
21implicit none
22!
23! ***Environ VARIABLES BEGIN***
24! ***Environ VARIABLES END***
25!
26! ***Environ CALLS BEGIN***
27! ***Environ CALLS END***
28!
29end subroutine plugin_read_input
30