Skip to content

Commit

Permalink
Appease clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Aug 5, 2024
1 parent 7b9f7ea commit fd0c1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NS_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static
void
set_scalar_bc (BCRec& bc,
const BCRec& phys_bc,
std::string advection)
const std::string& advection)
{
const int* lo_bc = phys_bc.lo();
const int* hi_bc = phys_bc.hi();
Expand Down

0 comments on commit fd0c1b8

Please sign in to comment.