Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 4, 2024
1 parent eb7ebcf commit 833f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fluxes/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void main_main()
int spec_comp = get_spec_index(var_names_pf);
int dT_comp = get_dT_index(var_names_pf);

int vcomp{-1};
int v_comp{-1};
if (ndims == 2) {
v_comp = get_vy_index(var_names_pf);
} else if (ndims == 3) {
Expand Down

0 comments on commit 833f365

Please sign in to comment.