- "medium" verbosity level added to the list

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5890 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ccavazzoni 2009-09-06 17:23:52 +00:00
parent 13695e4eb6
commit 2525446522
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ MODULE input_parameters
CHARACTER(LEN=80) :: verbosity = 'default'
! define the verbosity of the code output
CHARACTER(LEN=80) :: verbosity_allowed(5)
DATA verbosity_allowed / 'high' , 'default' , 'low' , 'minimal' ,&
CHARACTER(LEN=80) :: verbosity_allowed(6)
DATA verbosity_allowed / 'high' , 'medium', 'default' , 'low' , 'minimal' ,&
'default+projwfc' /
CHARACTER(LEN=80) :: restart_mode = 'restart'