Skip to content

Commit

Permalink
gpu build fix, use captured variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hariswaran Sitaraman committed Nov 12, 2024
1 parent ce8bc7b commit 9099fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ScalarSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void Vidyut::compute_scalar_transport_flux(int lev, MultiFab& Sborder,
bclo, bchi, domlo, domhi, flux_arr[2],
captured_gastemp, captured_gaspres,
time, dx, lev_dt, *localprobparm, captured_hyporder,
userdefvel,weno_scheme);
userdefvel,captured_wenoscheme);
});
#endif
#endif
Expand Down

0 comments on commit 9099fe2

Please sign in to comment.