Skip to content

Commit

Permalink
Merge pull request idaholab#15678 from loganharbour/tag_15677
Browse files Browse the repository at this point in the history
Make vector_tag required
  • Loading branch information
fdkong authored Aug 3, 2020
2 parents d1ea71e + 62f6104 commit b2fbfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/auxkernels/TagVectorAux.C
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TagVectorAux::validParams()
{
InputParameters params = AuxKernel::validParams();

params.addParam<std::string>("vector_tag", "TagName", "Tag Name this Aux works on");
params.addRequiredParam<std::string>("vector_tag", "Tag Name this Aux works on");
params.addRequiredCoupledVar("v",
"The coupled variable whose components are coupled to AuxVariable");
params.set<ExecFlagEnum>("execute_on", true) = {EXEC_TIMESTEP_END};
Expand Down

0 comments on commit b2fbfd6

Please sign in to comment.