Skip to content

Commit

Permalink
Update nonthermal.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Sep 1, 2024
1 parent aed31bc commit aa12138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonthermal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ void read_binding_energies() {
if (binding_en_newformat) {
int z_element{-1};
ssline >> z_element;
assert_always(z_element == elemindex + 1);
assert_always(z_element == (elemindex + 1));
}
for (int shell = 0; shell < nshells; shell++) {
float bindingenergy = 0.;
Expand Down

0 comments on commit aa12138

Please sign in to comment.