We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a61ab9 commit 9ff3d4cCopy full SHA for 9ff3d4c
1 file changed
mcdc/transport/technique.py
@@ -181,6 +181,7 @@ def get_forced_collision_cell_index(particle_container, fc_object, data):
181
print_error(
182
f"Failed to find {particle['cell_ID']} in list of cell ids for forced collisions"
183
)
184
+ return -1
185
186
187
@njit
0 commit comments