1! Copyright (C) 2013 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_clean( prog, lflag )
8!! This routine is used for cleaning calls from plugins.
9!
10! DO NOT REMOVE THE TAGS ! ***ADDSON_NAME KIND_OF_PATCH***
11!
12USE plugin_flags
13!
14! ***Environ MODULES BEGIN***
15! ***Environ MODULES END***
16!
17IMPLICIT NONE
18!
19CHARACTER(LEN=*), INTENT(IN) :: prog
20LOGICAL, INTENT(IN) :: lflag
21!
22! ***Environ VARIABLES BEGIN***
23! ***Environ VARIABLES END***
24!
25! ***Environ CALLS BEGIN***
26! ***Environ CALLS END***
27!
28END SUBROUTINE plugin_clean
29
30