mirror of
https://github.com/triqs/dft_tools
synced 2024-11-09 07:33:47 +01:00
Changed the default behavior of NORMION option
Now, NORMION is True by default, in accordance with the documentation.
This commit is contained in:
parent
9258054057
commit
0d53712761
@ -66,7 +66,7 @@ class ConfigParameters:
|
|||||||
|
|
||||||
self.gr_optional = {
|
self.gr_optional = {
|
||||||
'normalize' : ('normalize', self.parse_string_logical, True),
|
'normalize' : ('normalize', self.parse_string_logical, True),
|
||||||
'normion' : ('normion', self.parse_string_logical, False)}
|
'normion' : ('normion', self.parse_string_logical, True)}
|
||||||
|
|
||||||
self.gen_optional = {
|
self.gen_optional = {
|
||||||
'basename' : ('basename', str, 'vasp'),
|
'basename' : ('basename', str, 'vasp'),
|
||||||
|
Loading…
Reference in New Issue
Block a user