replace stray constraints_from_pm() -> constraints()

This commit is contained in:
kalmarek 2017-11-08 09:36:34 +01:00
parent 80deaebb9f
commit 95e19e6f9d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ end
function OrbitData(sett::Settings)
splap = load(joinpath(prepath(sett), "delta.jld"), "Δ");
pm = load(joinpath(prepath(sett), "pm.jld"), "pm");
cnstr = PropertyT.constraints_from_pm(pm);
cnstr = PropertyT.constraints(pm);
splap² = similar(splap)
splap² = GroupRings.mul!(splap², splap, splap, pm);