Changeset ac7be54 in sasview for src/sas/perspectives/calculator
- Timestamp:
- May 8, 2015 2:27:08 PM (10 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:
- 5e880fe1
- Parents:
- c22c5e3
- Location:
- src/sas/perspectives/calculator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/perspectives/calculator/data_editor.py
r49ab5d7 rac7be54 53 53 """ 54 54 :param data: when not empty the class can 55 55 same information into a dat object 56 56 and post event containing the changed data object to some other frame 57 57 """ -
src/sas/perspectives/calculator/model_editor.py
r2d50115 rac7be54 89 89 will create a file that cannot be compiled. Should add the check to 90 90 the write method or to the on_modelx method. 91 - PDB:April 5, 2015 91 92 - PDB:April 5, 2015 92 93 """ 93 94 def __init__(self, parent=None, base=None, id=None, title='',
Note: See TracChangeset
for help on using the changeset viewer.