Skip to content

Commit

Permalink
transient interface is used but its param is not brought in, noticed …
Browse files Browse the repository at this point in the history
…during working on idaholab#9690
  • Loading branch information
YaqiWang committed Sep 5, 2017
1 parent 0283590 commit 5b38800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/src/userobject/ElementUserObject.C
Expand Up @@ -26,8 +26,9 @@ validParams<ElementUserObject>()
{
InputParameters params = validParams<UserObject>();
params += validParams<BlockRestrictable>();
params += validParams<RandomInterface>();
params += validParams<MaterialPropertyInterface>();
params += validParams<TransientInterface>();
params += validParams<RandomInterface>();
return params;
}

Expand Down

0 comments on commit 5b38800

Please sign in to comment.