Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed May 22, 2020
1 parent 68d7bc4 commit 2f6d5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/materials/DerivativeParsedMaterialHelper.C
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ DerivativeParsedMaterialHelperTempl<is_ad>::assembleDerivatives()
for (const auto & D : master->_derivatives)
{
Derivative newderivative;
newderivative._mat_prop = &declarePropertyDerivative<Real>(_F_name, D._darg_names);
newderivative._mat_prop = &declarePropertyDerivative<Real, is_ad>(_F_name, D._darg_names);
newderivative._F = std::make_shared<SymFunction>(*D._F);
_derivatives.push_back(newderivative);
}
Expand Down

0 comments on commit 2f6d5b4

Please sign in to comment.