Changeset e2e5f3d in sasview for src/sas/qtgui/MainWindow/DataManager.py
- Timestamp:
- Oct 1, 2018 9:22:15 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- b8745fa
- Parents:
- 0d2629f
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (10/01/18 09:19:42)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (10/01/18 09:22:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataManager.py
ra54bbf2b re2e5f3d 150 150 def add_data(self, data_list): 151 151 """ 152 receive a list of 152 receive a list of data items for storage 153 153 """ 154 154 for id, data in data_list.items():
Note: See TracChangeset
for help on using the changeset viewer.