not so ok, sorry

This commit is contained in:
tth 2022-02-10 19:41:42 +01:00
parent 71d360f9dc
commit 8b1a45c1d9
1 changed files with 1 additions and 1 deletions

View File

@ -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