Skip to content

Commit

Permalink
with the changes in inputs, we are able to turn off this legacy flag …
Browse files Browse the repository at this point in the history
…in moose test app idaholab#28930
  • Loading branch information
YaqiWang committed Oct 28, 2024
1 parent 7d381c9 commit 9375baf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/base/MooseTestApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ MooseTestApp::validParams()
params.set<bool>("automatic_automatic_scaling") = false;
params.set<bool>("use_legacy_material_output") = false;
params.set<bool>("use_legacy_initial_residual_evaluation_behavior") = false;
params.set<bool>("use_legacy_fixed_point_execute_on") = false;
params.set<bool>(MeshGeneratorSystem::allow_data_driven_param) = true;

return params;
Expand Down
Binary file not shown.

0 comments on commit 9375baf

Please sign in to comment.