Skip to content

Commit

Permalink
Update src/transition_systems/clock_reduction/clock_analysis_graph.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Rasmus Krogh Udengaard <[email protected]>
  • Loading branch information
Aavild and rasmusq authored Dec 13, 2023
1 parent 0b638bc commit 3d26a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl ClockAnalysisGraph {
group_offset += (u32::MAX as usize) * 2;
}

//Then we just have to take each of the values in the map and collect them into a vec
// Then we just have to take each of the values in the map and collect them into a vec
equivalent_clock_groups = new_groups
.into_iter()
.map(|pair| pair.1)
Expand Down

0 comments on commit 3d26a52

Please sign in to comment.