Skip to content

Commit

Permalink
Bugfix on filesave
Browse files Browse the repository at this point in the history
  • Loading branch information
maemre committed May 25, 2015
1 parent ef9ffca commit c4c2b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rasim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ function run_simulation{AgentT <: Agent}(:: Type{AgentT}, at_no :: Int, P :: Par
latencyhist = convert(Matrix{Dict{Int, Int}}, latencyhist)
@save joinpath(output_dir, string(AgentT, ".jld")) buf_levels avg_energies avg_bits avg_buf_levels buf_overflows generated_packets tried_packets sent_packets latencies
@save joinpath(output_dir, string(AgentT, "-extra.jld")) init_positions init_distances final_distances latencyhist
@save joinpath(output_dir, string(AgentT, "-extra.jld")) en_idle en_tx en_sw en_sense
@save joinpath(output_dir, string(AgentT, "-energies.jld")) en_idle en_tx en_sw en_sense
#@save "trajectories.jld" trajectories
end

Expand Down

0 comments on commit c4c2b7f

Please sign in to comment.