Skip to content

Commit

Permalink
more helpful ParticleLost message
Browse files Browse the repository at this point in the history
  • Loading branch information
gridley committed Sep 9, 2023
1 parent b2fcc72 commit b916749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openmc/geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class ParticleLost : public std::exception {
case Reason::no_dagmc_intersection:
return "No intersection found with DAGMC cell";
default:
return "wtf??";
return "unknown reason for particle loss";
}
}
};
Expand Down

0 comments on commit b916749

Please sign in to comment.