not so ok, sorry
This commit is contained in:
parent
71d360f9dc
commit
8b1a45c1d9
@ -24,7 +24,7 @@ module bloubspace
|
||||
type(t_bloubs), intent (inout) :: blb
|
||||
|
||||
blb%px = 1.3 * (rand() - 0.50)
|
||||
blb%py = rand() * 0.50
|
||||
blb%py = 0.50 + rand() * 0.50
|
||||
blb%pz = 2.0 * (rand() - 0.50)
|
||||
|
||||
blb%vx = (rand() - 0.5) / 2.500
|
||||
|
Loading…
Reference in New Issue
Block a user