- Timestamp:
- Jan 30, 2018 8:30:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIctrlGUI.py ΒΆ
r3243 r3249 3503 3503 def GetTypeName(self, row, col): 3504 3504 try: 3505 if self.data[row][col] is None: return None 3505 if self.data[row][col] is None: 3506 return wg.GRID_VALUE_STRING 3506 3507 return self.dataTypes[col] 3507 3508 except (TypeError,IndexError):
Note: See TracChangeset
for help on using the changeset viewer.