Skip to content

Commit

Permalink
fix on 'tick' calling
Browse files Browse the repository at this point in the history
  • Loading branch information
audrey-jardin committed Oct 23, 2023
1 parent d61a762 commit 83d9e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/crml_tutorial/traffic_light/Spec_simplified.crml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ model Spec is {

// Filter clock ticks inside a time period
Operator [ Clock ] Clock C 'inside' Period P
= C filter ((tick >= (P start)) and (tick <= (P end)));
= C filter ((tick C >= (P start)) and (tick C <= (P end)));

// Operators on clocks
// Count the occurrences of events inside a time period
Expand Down

0 comments on commit 83d9e05

Please sign in to comment.