redundant comment
This commit is contained in:
parent
39c3d59370
commit
94f5cb3eb4
|
@ -120,7 +120,6 @@ auto FlowsFirst(
|
|||
std::vector<Room> & rooms
|
||||
) -> std::size_t
|
||||
{
|
||||
// Put all of the rooms with vavles at the begining.
|
||||
auto const zeros = boost::range::partition(rooms, [](auto const& room) { return room.flow > 0; });
|
||||
return zeros - rooms.begin();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user