missing "="

This commit is contained in:
kalmar 2017-06-06 18:48:25 +02:00
parent f3ec2df97d
commit 6250ccb82e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function init_ProblemData(name::String)
Uπs = load(joinpath(name, "U_pis.jld"), "Uπs");
Uπs = sparsify.(Uπs);
#dimensions of the corresponding πs:
dims load(joinpath(name, "U_pis.jld"), "dims")
dims = load(joinpath(name, "U_pis.jld"), "dims")
m, P = init_model(Uπs);