Skip to content

Commit

Permalink
Fixing validParams in GrainForcesPostprocessor
Browse files Browse the repository at this point in the history
Have to get validParams from a base class.

Refs #000
  • Loading branch information
andrsd committed Jul 12, 2018
1 parent 0e75511 commit 983007c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ template <>
InputParameters
validParams<GrainForcesPostprocessor>()
{
InputParameters params = validParams<VectorPostprocessor>();
InputParameters params = validParams<GeneralVectorPostprocessor>();
params.addClassDescription("Outputs the values from GrainForcesPostprocessor");
params.addParam<UserObjectName>(
"grain_force", "Specify userobject that gives center of mass and volume of grains");
Expand Down

0 comments on commit 983007c

Please sign in to comment.