Skip to content

Commit 9ff3d4c

Browse files
committed
added -1 return for numba compilation
1 parent 4a61ab9 commit 9ff3d4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mcdc/transport/technique.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def get_forced_collision_cell_index(particle_container, fc_object, data):
181181
print_error(
182182
f"Failed to find {particle['cell_ID']} in list of cell ids for forced collisions"
183183
)
184+
return -1
184185

185186

186187
@njit

0 commit comments

Comments
 (0)