Skip to content

Commit

Permalink
Update grid.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Mar 7, 2025
1 parent 93d5db5 commit 199a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ auto get_totmassradionuclide(const int z, const int a) -> double {
snext = cellindex;
}

assert_always(distance > 0 && (snext == -99 || snext >= 0) && snext < ngrid);
assert_testmodeonly(distance > 0 && (snext == -99 || snext >= 0) && snext < ngrid);

return {distance, snext};
}
Expand Down

0 comments on commit 199a2d5

Please sign in to comment.