Skip to content

Commit

Permalink
Shell_id update is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit112192 committed Sep 9, 2024
1 parent cb78fc0 commit 5568ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tardis/transport/montecarlo/r_packet_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def trace_packet(
interaction_type = InteractionType.LINE # Line
r_packet.last_interaction_in_nu = r_packet.nu
r_packet.last_line_interaction_in_id = cur_line_id
r_packet.last_line_interaction_shell_id = r_packet.current_shell_id
r_packet.next_line_id = cur_line_id
distance = distance_trace
break
Expand Down

0 comments on commit 5568ff0

Please sign in to comment.