Skip to content

Commit

Permalink
sort elevators (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Jun 6, 2024
1 parent 8e61f43 commit a913b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extract.cc
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ void extract(fs::path const& in, fs::path const& out) {

w.add_restriction(r);

utl::sort(w.r_->multi_level_elevators_);

w.r_->write(out);
}

Expand Down

0 comments on commit a913b4a

Please sign in to comment.