Closed faberga closed 4 years ago
Probably a typo on CapitalDetailViewController.mm line 61
// Size of NTL thread pool (default =1) unsigned long nthreads = 63;
Corrected to
// Size of NTL thread pool (default =1) unsigned long nthreads = 1;
Probably a typo on CapitalDetailViewController.mm line 61
Corrected to