Révision a44ad3c2 modules/dos_input.py

b/modules/dos_input.py
670 670
def get_coll_thrsld():
671 671
    err_msg = num_error % ('collision_threshold', 'positive number')
672 672
    coll_thrsld_str = dos_inp.get('Screening', 'collision_threshold',
673
                                  fallback="1.3")
673
                                  fallback="False")
674 674
    if coll_thrsld_str.lower() in turn_false_answers:
675 675
        return False
676 676
    coll_thrsld = try_command(float, [(ValueError, err_msg)], coll_thrsld_str)

Formats disponibles : Unified diff