Changeset aac161f1 in sasview for src/sas/sasgui/perspectives/fitting/fitting.py
- Timestamp:
- Mar 17, 2016 12:22:35 PM (9 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:
- c10d9d6c
- Parents:
- 261e075
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (03/17/16 12:12:28)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (03/17/16 12:22:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/fitting.py
- Property mode changed from 100644 to 100755
rd85c194 raac161f1 1483 1483 try: 1484 1484 index = 0 1485 # Update potential simfit page(s) 1486 if self.sim_page is not None: 1487 self.sim_page._on_fit_complete() 1488 if self.batch_page: 1489 self.batch_page._on_fit_complete() 1490 # Update all fit pages 1485 1491 for uid in page_id: 1486 1492 res = result[index]
Note: See TracChangeset
for help on using the changeset viewer.