Skip to content

Commit

Permalink
Fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon committed Jan 3, 2024
1 parent 8714267 commit 3af272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DataStructs/DataStruct.H
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ struct SolverChoice {
turbChoice[lev].init_params(lev,max_level);
}

// If running LES/PBL then must use "ConstantAlpha"
// If running LES/PBL then molecular diffusion must be "Constant" or "None"
for (int lev = 0; lev <= max_level; lev++) {
if (turbChoice[lev].les_type != LESType::None) {
if ( diffChoice.molec_diff_type == MolecDiffType::ConstantAlpha ) {
Expand Down

0 comments on commit 3af272f

Please sign in to comment.