Skip to content

Commit

Permalink
Fix implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Dec 22, 2023
1 parent 8963d48 commit c694f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/InsetOrderOptimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ InsetOrderOptimizer::value_type InsetOrderOptimizer::getRegionOrder(const std::v
[](const auto& pair)
{
return std::get<0>(pair);
});
})
| ranges::to_vector;
}();

// graph will contain the parent-child relationships between the extrusion lines
Expand Down

0 comments on commit c694f08

Please sign in to comment.