1! Copyright (C) 2015 Quantum ESPRESSO group
2! This file is distributed under the terms of the
3! GNU General Public License. See the file `License'
4! in the root directory of the present distribution,
5! or http://www.gnu.org/copyleft/gpl.txt .
6!
7subroutine plugin_init_base()
8!
9! This routine is used for fft related quantities in plugins
10! DO NOT REMOVE THE TAGS ! ***ADDSON_NAME KIND_OF_PATCH***
11!
12USE plugin_flags
13USE fft_base,         ONLY : dfftp
14USE mp_bands,         ONLY : me_bgrp
15!
16! ***Environ MODULES BEGIN***
17! ***Environ MODULES END***
18!
19implicit none
20!
21! ***Environ VARIABLES BEGIN***
22! ***Environ VARIABLES END***
23!
24! ***Environ CALLS BEGIN***
25! ***Environ CALLS END***
26!
27end subroutine plugin_init_base
28
29