Skip to content

Commit

Permalink
Shorten simulation time temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines committed Jul 2, 2024
1 parent df39a86 commit 9a171b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ struct Data_Set
VS_end_time::Float64
end
function Data_Set()
return Data_Set(0.1, 0.05, 3.0, 0.1)
return Data_Set(0.1, 0.05, 0.02, 0.1)
end
mutable struct DVM_Data
global_data::Global_Data
Expand Down

0 comments on commit 9a171b7

Please sign in to comment.