Ignore:
Timestamp:
Apr 15, 2021 10:22:56 PM (2 years ago)
Author:
toby
Message:

add all cell params to CIF when Dij values are used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4873 r4884  
    722722        elif self.OKcontrol and previousInvalid:
    723723            self.OKcontrol(True)
    724         # always store the result
    725         if self.CIFinput and '2' in platform.python_version_tuple()[0]: # CIF/Py2 make results ASCII
    726             self.result[self.key] = val.encode('ascii','replace')
    727         else:
    728             self.result[self.key] = val
    729         log.LogVarChange(self.result,self.key)
     724        self._SaveStringValue()         # always store the result
    730725
    731726    def _GetStringValue(self,event):
Note: See TracChangeset for help on using the changeset viewer.