Skip to content

Commit

Permalink
Fix compile error after rebase refs #15444
Browse files Browse the repository at this point in the history
  • Loading branch information
friedmud committed Jun 3, 2021
1 parent 2d5a357 commit 8ca62ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/samplers/Sampler.C
Expand Up @@ -76,7 +76,7 @@ Sampler::Sampler(const InputParameters & parameters)
_min_procs_per_row(getParam<dof_id_type>("min_procs_per_row") > n_processors()
? n_processors()
: getParam<dof_id_type>("min_procs_per_row")),
_auto_advance_generators(true),
_auto_advance_generators(true)
{
}

Expand Down

0 comments on commit 8ca62ae

Please sign in to comment.