Skip to content
Snippets Groups Projects
Commit ceaabad9 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

Update include/util.h

parent 8961b225
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@ namespace util {
return 3.0969;
} else if (part == "upsilon") {
return 9.49630;
} else if (part == "proton") {
return 0.938272;
} else {
throw unknown_particle_error{part};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment