Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
attcs committed Jan 14, 2025
1 parent fb4c610 commit dbbb033
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,7 @@ Usage of Container types
, true // Set std::execution::parallel_unsequenced_policy
);

using namespace std::execution;
auto octreeUsingCreate = OctreeBoxC::Create<parallel_unsequenced_policy>(boxes
, 3
);
auto octreeUsingCreate = OctreeBoxC::Create<true>(boxes, 3);
}


Expand Down

0 comments on commit dbbb033

Please sign in to comment.