#include "util.h" #include namespace contourpy { index_t Util::get_max_threads() { return static_cast(std::thread::hardware_concurrency()); } } // namespace contourpy