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 dac0b43 commit 5dd43a4
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 @@ -2548,7 +2548,7 @@ auto get_totmassradionuclide(const int z, const int a) -> double {
tstart;

d_coordmaxboundary[d] = CLIGHT_PROP * t_coordmaxboundary;
if (last_cross == negdirections[d]) {
if ((pktvelgridcoord[d] - (pktposgridcoord[d] / tstart)) < 0) {
d_coordmaxboundary[d] = -1;
}
}
Expand Down

0 comments on commit 5dd43a4

Please sign in to comment.