Skip to content

Commit

Permalink
Update rpkt.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 26, 2024
1 parent 23b1b6f commit 305eea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpkt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -812,9 +812,9 @@ auto do_rpkt_step(Packet &pkt, const double t2) -> bool {
return false;
}

printout("[fatal] do_rpkt: Failed to identify event . Rpkt. edist %g, sdist %g, tdist %g Abort.\n", edist, sdist,
tdist);
printout("[fatal] do_rpkt: Trouble was due to packet number %d.\n", pkt.number);
printoutf("[fatal] do_rpkt: Failed to identify event . Rpkt. edist %g, sdist %g, tdist %g Abort.\n", edist, sdist,
tdist);
printoutf("[fatal] do_rpkt: Trouble was due to packet number %d.\n", pkt.number);
std::abort();
}

Expand Down

0 comments on commit 305eea4

Please sign in to comment.