Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailChaikovskii committed Aug 13, 2024
1 parent e542e3d commit d1ccefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rostok/simulation_chrono/simulation_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def __init__(self,
self.event_builder_container: List[EventBuilder] = []
self.controller_cls = controller_cls
self.smc = smc
self.initial_vertical_pos = initial_ver
self.initial_vertical_pos = initial_vertical_pos
self.is_fixed=is_fixed


Expand Down

0 comments on commit d1ccefc

Please sign in to comment.