Ignore:
Timestamp:
Mar 29, 2011 10:40:33 AM (14 years ago)
Author:
Jae Cho <jhjcho@…>
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:
e0e2c44f
Parents:
29ef718
Message:

moving features from the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/fit_thread.py

    r58e0c83 r2296316  
    1515                 updatefn   = None, 
    1616                 yieldtime  = 0.01, 
    17                  worktime   = 0.01 
    18                  ): 
     17                 worktime   = 0.01, 
     18                 ftol       = None): 
    1919        CalcThread.__init__(self,completefn, 
    2020                 updatefn, 
     
    2727        self.starttime = 0 
    2828        self.updatefn = updatefn 
     29        #Relative error desired in the sum of squares. 
     30        self.ftol = ftol 
    2931    
    3032    def isquit(self): 
Note: See TracChangeset for help on using the changeset viewer.