diff --git a/src/materials/InterpolatedCoefficientLinear.C b/src/materials/InterpolatedCoefficientLinear.C index 03f5414..eeffa9a 100644 --- a/src/materials/InterpolatedCoefficientLinear.C +++ b/src/materials/InterpolatedCoefficientLinear.C @@ -70,7 +70,7 @@ InterpolatedCoefficientLinear::InterpolatedCoefficientLinear(const InputParamete mooseError("Unable to open file"); _coefficient_interpolation = - libmesh_make_unique(val_x, rate_coefficient, true); + std::make_unique(val_x, rate_coefficient, true); } void