Changeset 1f4d708 in sasview
- Timestamp:
- Jan 31, 2018 9:40:30 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- b6b81a3
- Parents:
- 72670ad2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/basepage.py
r72670ad2 r1f4d708 2679 2679 except ValueError: 2680 2680 pass # Fall through to default class 2681 return POLYDISPERSITY_MODELS.keys().index('gaussian'), 'gaussian'2681 return (list(POLYDISPERSITY_MODELS).index('gaussian'), 'gaussian') 2682 2682 2683 2683 def on_reset_clicked(self, event):
Note: See TracChangeset
for help on using the changeset viewer.