1!
2! Copyright (C) 2013 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(prog)
9!
10! This routine is used for reading plugin input files
11! DO NOT REMOVE THE TAGS ! ***ADDSON_NAME KIND_OF_PATCH***
12!
13USE plugin_flags
14!
15! ***Environ MODULES BEGIN***
16! ***Environ MODULES END***
17!
18implicit none
19!
20CHARACTER(LEN=*), INTENT(IN) :: prog
21!
22! ***Environ VARIABLES BEGIN***
23! ***Environ VARIABLES END***
24!
25! ***Environ CALLS BEGIN***
26! ***Environ CALLS END***
27!
28end subroutine plugin_read_input
29