Skip to content

Commit

Permalink
fix typo (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Apr 9, 2024
1 parent 9ac4f3a commit 9bea0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ERF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ ERF::InitData ()
}
}

if (solverChoice.rayleigh_damp_U ||solverChoice.rayleigh_damp_U ||
if (solverChoice.rayleigh_damp_U ||solverChoice.rayleigh_damp_V ||
solverChoice.rayleigh_damp_W ||solverChoice.rayleigh_damp_T)
{
initRayleigh();
Expand Down

0 comments on commit 9bea0d3

Please sign in to comment.