Fixed typo
This commit is contained in:
parent
82e79dda78
commit
56ee1156f0
5 changed files with 35 additions and 12 deletions
|
@ -140,7 +140,7 @@ def run_generation(input_borg, a_borg, a_ic, cosmo, supersample=1, supergenerate
|
|||
lpt = LagrangianPerturbation(-density, L, fourier=True, supersample=supersample)
|
||||
|
||||
# Generate grid
|
||||
posq = gen_posgrid(N*supergenerate, L)
|
||||
posq = gen_posgrid(N*supersample, L)
|
||||
vel= []
|
||||
posx = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue