Changeset 2751


Ignore:
Timestamp:
Mar 8, 2017 10:55:36 AM (6 years ago)
Author:
vondreele
Message:

fix bug setting atom parms to zero.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r2709 r2751  
    29922992                val = '-' + val
    29932993            val = G2py3.FormulaEval(val)
    2994             if val:
     2994            if val is not None:
    29952995                self.nextval = val
    29962996            else:
Note: See TracChangeset for help on using the changeset viewer.