Skip to content

Commit

Permalink
Fix inspect report
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Oct 2, 2017
1 parent 1f8770f commit a328a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/resource/detail/detail_partitioner.cpp
Expand Up @@ -550,7 +550,8 @@ namespace hpx { namespace resource { namespace detail

if (pool_name==initial_thread_pools_[0].pool_name_)
{
initial_thread_pools_[0] = detail::init_pool_data(initial_thread_pools_[0].pool_name_, sched);
initial_thread_pools_[0] = detail::init_pool_data(
initial_thread_pools_[0].pool_name_, sched);
return;
}

Expand Down
1 change: 1 addition & 0 deletions tests/unit/resource/named_pool_executor.cpp
Expand Up @@ -17,6 +17,7 @@
#include <string>
#include <utility>
#include <vector>
#include <iostream>

const int max_threads = 4;

Expand Down

0 comments on commit a328a77

Please sign in to comment.