Fix abc test value
This commit is contained in:
@@ -81,7 +81,7 @@ Return the square of the particle's momentum as a `Float` value.
|
||||
Takes 7 effective FLOP.
|
||||
"""
|
||||
function square(p::Particle)
|
||||
return getMass(p.momentum)
|
||||
return getMass2(p.momentum)
|
||||
end
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user