# | Line 237 | Line 237 | void* compute_one_upper_limit_wrapper(vo | |
---|---|---|
237 | ||
238 | void do_limit_wrapper(float mceff,float toterr,int ibin,string mcjzb,vector<float> &sigmas) { | |
239 | pthread_t limitthread; | |
240 | < | limit_args limargs; |
241 | < | limargs={mceff,toterr,ibin,mcjzb,sigmas}; |
240 | > | limit_args limargs={mceff,toterr,ibin,mcjzb,sigmas}; |
241 | pthread_create( &limitthread, NULL, compute_one_upper_limit_wrapper, (void*) &limargs); | |
242 | int counter=0; | |
243 | sleep(1); //waiting a second for the process to become active |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |