no milesatone reached...
This commit is contained in:
@@ -88,10 +88,10 @@ module bloubspace
|
||||
blb%py = 0.0
|
||||
blb%age = blb%age + 1
|
||||
endif
|
||||
if (5.0 .lt. blb%py) then
|
||||
if (4.99 .lt. blb%py) then !!
|
||||
blb%vy = -1.0 * blb%vy
|
||||
blb%age = blb%age + 1
|
||||
blb%py = 5.0
|
||||
blb%py = 4.99 !!
|
||||
endif
|
||||
|
||||
if (5.0 .lt. blb%pz) then
|
||||
|
||||
Reference in New Issue
Block a user