Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
iltommi committed Jul 5, 2017
1 parent 58f8808 commit 3a514f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion benchmarks/tst1d_1_clb_explosion.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

bc_em_type_x = ['silver-muller'],

random_seed = smilei_mpi_ranks
random_seed = smilei_mpi_rank
)

Species(
Expand Down
5 changes: 3 additions & 2 deletions benchmarks/tst2d_7_friedman_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ def E(x,y):
bc_em_type_y = ['periodic'],


print_every = int(t_sim/dt/50.),

# regular seed
# this is used to regularize the regular number generator
random_seed = smilei_mpi_rank,
print_every = int(t_sim/dt/50.)
random_seed = smilei_mpi_rank
)

Species(
Expand Down
5 changes: 2 additions & 3 deletions benchmarks/tst_collisions2_ionization_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@

bc_em_type_x = ["periodic"],


random_seed = smilei_mpi_rank,

referenceAngularFrequency_SI = L0 * 3e8 /1.e-6,

random_seed = smilei_mpi_rank
)


Expand Down

0 comments on commit 3a514f7

Please sign in to comment.