Skip to content

Commit

Permalink
Update DoubleWellPotential to use MaterialPropertyName parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aeslaughter committed Jun 19, 2015
1 parent 49ae899 commit 782ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/phase_field/src/kernels/DoubleWellPotential.C
Expand Up @@ -11,7 +11,7 @@ InputParameters validParams<DoubleWellPotential>()
{
InputParameters params = validParams<KernelValue>();
params.addClassDescription("Simple demonstration Allen-Cahn Kernel using an algebraic double-well potential");
params.addParam<std::string>("mob_name", "L", "The mobility used with the kernel");
params.addParam<MaterialPropertyName>("mob_name", "L", "The mobility used with the kernel");

return params;
}
Expand Down

0 comments on commit 782ff0e

Please sign in to comment.