Skip to content

Commit

Permalink
forgot ;
Browse files Browse the repository at this point in the history
  • Loading branch information
brady-ryan committed Aug 1, 2024
1 parent 3f04cd1 commit c632243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void problem_initialize_state_data (int i, int j, int k,
// normalize eos_state.xn
Real sum_xn = 0.0_rt;
for (int n = 0; n < NumSpec; n++) {
sum_xn += eos_state.xn[n]
sum_xn += eos_state.xn[n];
}

for (int n = 0; n < NumSpec; n++) {
Expand Down

0 comments on commit c632243

Please sign in to comment.