Changeset c935fac in sasview


Ignore:
Timestamp:
Oct 18, 2011 9:13:57 AM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
ba7dceb
Parents:
8547eb9
Message:

reverse the handle message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fittingview/src/sans/perspectives/fitting/fit_thread.py

    r7db52f1 rc935fac  
    7070            list_q = [] 
    7171            for i in range(len(self.fitter)): 
    72                 list_handler.append(None) 
     72                list_handler.append(self.handler) 
    7373                list_q.append(None) 
    7474                list_curr_thread.append(None) 
     
    7979            #from multiprocessing import Pool 
    8080            inputs = zip(list_map_get_attr,self.fitter, list_fit_function, 
    81                          list_handler, list_q, list_curr_thread,list_ftol, 
     81                          list_q, list_q, list_handler,list_curr_thread,list_ftol, 
    8282                         list_reset_flag) 
    8383            result =  map(map_apply, inputs) 
Note: See TracChangeset for help on using the changeset viewer.