Skip to content

Commit

Permalink
Fix typo in BrioWuParam class.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkestene committed Jan 21, 2025
1 parent 07507ef commit 71b06fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/problems/BrioWuParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct BrioWuParams
rhoR = configMap.getFloat("brio-wu", "rhoR", 0.125);
pR = configMap.getFloat("brio-wu", "pR", 0.1);
uR = configMap.getFloat("brio-wu", "uR", 0.0);
ByR = configMap.getFloat("brio-wu", "ByL", -1.0);
ByR = configMap.getFloat("brio-wu", "ByR", -1.0);

Bx = configMap.getFloat("brio-wu", "Bx", 0.75);

Expand Down

0 comments on commit 71b06fa

Please sign in to comment.