Comment updated

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9879 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2013-01-28 17:43:50 +00:00
parent 716bd5c893
commit 4cdd1c74ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
!
! Copyright (C) 2010 Quantum ESPRESSO group
! Copyright (C) 2010-2013 Quantum ESPRESSO group
! This file is distributed under the terms of the
! GNU General Public License. See the file `License'
! in the root directory of the present distribution,
@ -12,7 +12,7 @@ SUBROUTINE plugin_arguments()
! check for presence of command-line option "-plugin_name" or "--plugin_name"
! where "plugin_name" has to be set here. If such option is found, variable
! "use_plugin_name" is set and usage of "plugin_name" is thus enabled.
! Currently implemented: "plumed" (case insensitive)
! Currently implemented: "plumed", "pw2casino" (both case-sensitive)
!
USE kinds, ONLY : DP
!