Changes in / [ec52ea1:3bfcd9e] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/calculator/slit_length_calculator_panel.py
rd788619 r7432acb 248 248 Complete the loading and compute the slit size 249 249 """ 250 if isinstance(data, list):251 data = data[0]252 250 if data is None or data.__class__.__name__ == 'Data2D': 253 251 if self.parent.parent is None:
Note: See TracChangeset
for help on using the changeset viewer.