3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-20 04:02:20 +02:00

Changed the default behavior of NORMION option

Now, NORMION is True by default, in accordance with the documentation.
This commit is contained in:
Oleg E. Peil 2015-11-20 18:10:14 +01:00
parent 9258054057
commit 0d53712761

View File

@ -66,7 +66,7 @@ class ConfigParameters:
self.gr_optional = {
'normalize' : ('normalize', self.parse_string_logical, True),
'normion' : ('normion', self.parse_string_logical, False)}
'normion' : ('normion', self.parse_string_logical, True)}
self.gen_optional = {
'basename' : ('basename', str, 'vasp'),