Skip to content

Commit

Permalink
Merge pull request #276 from nglaser3/issue_fixes
Browse files Browse the repository at this point in the history
Change default behavior of exponential form parameter
  • Loading branch information
smpark7 authored Sep 16, 2024
2 parents 50257af + 542a2ac commit c04cc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/ScalarTransportBase.C
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ScalarTransportBase::validParams()
{
InputParameters params = emptyInputParameters();
params.addParam<bool>("use_exp_form",
true,
false,
"Whether concentrations should be in an expotential/logarithmic format.");
return params;
}
Expand Down

0 comments on commit c04cc19

Please sign in to comment.