Skip to content

Commit

Permalink
change rspan
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Jan 3, 2024
1 parent 09e0d9d commit 306364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_initsuperdropsbinary_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# monor = 0.05e-6 # all SDs have this same radius [m]
# radiigen = rgens.MonoAttrGen(monor) # all SDs have the same radius [m]

rspan = [5e-8, 1e-4] # min and max range of radii to sample [m]
rspan = [1e-8, 9e-5] # min and max range of radii to sample [m]
radiigen = rgens.SampleLog10RadiiGen(rspan) # radii are sampled from rspan [m]
### ---------------------------------------------- ###

Expand Down

0 comments on commit 306364b

Please sign in to comment.