mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
indent
This commit is contained in:
parent
7f09e7c8b5
commit
45923d9597
@ -17,17 +17,16 @@ filename(prefix, s::Symbol) = filename(prefix, Val{s})
|
|||||||
|
|
||||||
@eval begin
|
@eval begin
|
||||||
for (s,n) in [
|
for (s,n) in [
|
||||||
[:pm, "pm.jld"],
|
[:fulllog, "full_$(string(now())).log"],
|
||||||
[:Δ, "delta.jld"],
|
[:solverlog, "solver_$(string(now())).log"],
|
||||||
[:λ, "lambda.jld"],
|
[:pm, "pm.jld"],
|
||||||
[:P, "SDPmatrix.jld"],
|
[:Δ, "delta.jld"],
|
||||||
[:warm, "warmstart.jld"],
|
[:λ, "lambda.jld"],
|
||||||
[:Uπs, "U_pis.jld"],
|
[:P, "SDPmatrix.jld"],
|
||||||
[:orb, "orbits.jld"],
|
[:warm, "warmstart.jld"],
|
||||||
[:preps,"preps.jld"],
|
[:Uπs, "U_pis.jld"],
|
||||||
|
[:orbits,"orbits.jld"],
|
||||||
[:fulllog, "full_$(string(now())).log"],
|
[:preps, "preps.jld"],
|
||||||
[:solverlog, "solver_$(string(now())).log"]
|
|
||||||
]
|
]
|
||||||
|
|
||||||
filename(prefix::String, ::Type{Val{$:(s)}}) = joinpath(prefix, :($n))
|
filename(prefix::String, ::Type{Val{$:(s)}}) = joinpath(prefix, :($n))
|
||||||
|
Loading…
Reference in New Issue
Block a user