Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcerkoney committed Apr 18, 2024
1 parent 76e40d6 commit a4bf570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/counterterm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function _inverse(z::AbstractVector{T}) where {T}
3z[1] .^ 2 .* z[4] - 6z[1] .* z[2] .* z[3] - z[2] .^ 3 + z[3] .^ 2 + 2z[2] .* z[4] + 2z[1] .* z[5] - z[6]
end
if order >= 7
error("order must be <= 5")
error("order must be <= 6")
end
return zi
end
Expand Down

0 comments on commit a4bf570

Please sign in to comment.