Skip to content

Commit

Permalink
Try to fix (#13197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Apr 12, 2019
1 parent b08c5a6 commit bf35463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/phase_field/src/kernels/ADACInterface.C
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ADACInterface<compute_stage>::ADACInterface(const InputParameters & parameters)
_dLdop(_variable_L
? &adGetADMaterialProperty<Real>(derivativePropertyNameFirst(_name_L, _var.name()))
: nullptr),
_nvar(_coupled_standard_moose_vars.size()),
_nvar(Coupleable::_coupled_standard_moose_vars.size()),
_dLdarg(_nvar),
_gradarg(_nvar)
{
Expand Down

0 comments on commit bf35463

Please sign in to comment.