Changeset 552b3d5 in sasview for guiframe/data_state.py
- Timestamp:
- Mar 15, 2011 5:15:25 PM (14 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 17553ae
- Parents:
- 8ee56a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/data_state.py
rdf22224 r552b3d5 95 95 self.theory_list[theory_data.id] = [theory_data, theory_state] 96 96 data, state = self.theory_list.values()[0] 97 print "self.theory_list",theory_data.id, data.y[1] 98 97 99 98 def get_theory(self): 100 99 return self.theory_list
Note: See TracChangeset
for help on using the changeset viewer.