Changeset 6d96bf9 in sasview
- Timestamp:
- Oct 24, 2017 5:37:42 AM (7 years ago)
- Children:
- 59183b7
- Parents:
- 8d39961
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
recdd132 r6d96bf9 67 67 .vscode/ 68 68 69 /src/sas/qtgui/Perspectives/Corfunc/UI/CorfuncPanel.py -
src/sas/qtgui/Perspectives/__init__.py
r7adc2a8 r6d96bf9 4 4 from Fitting.FittingPerspective import FittingWindow 5 5 from Invariant.InvariantPerspective import InvariantWindow 6 from Corfunc.CorfuncPerspective import CorfuncWindow 6 7 7 8 PERSPECTIVES = { 8 9 FittingWindow.name: FittingWindow, 9 10 InvariantWindow.name: InvariantWindow, 11 CorfuncWindow.name: CorfuncWindow, 10 12 }
Note: See TracChangeset
for help on using the changeset viewer.