Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small improvement. max_num_threads_ always represents what it says
Assuming 10 logical cores: Before Registration::max_num_threads_ == 0, and now Registration::max_num_threads_ == 10. This way we hide less what's going under the hood
- Loading branch information