Skip to content

Commit

Permalink
null
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Mar 25, 2024
1 parent 78b390a commit 5ef7f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/PolynomialKernel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Scalar PolynomialKernel::operator() (const Point & x1, const Point & x2) const
/* Parameters value and description accessor */
Description PolynomialKernel::getParameterDescription() const
{
return {"degree", "linear term", "constant term"};
return { "degree", "linear term", "constant term"};
}

/* Partial gradient */
Expand Down

0 comments on commit 5ef7f73

Please sign in to comment.