Delete core variable in generation file

improvement-file_array
chortas 3 years ago
parent 53a6bfebe9
commit e804201f10

@ -207,8 +207,7 @@ def genGaussK(
0,
) # coord des vecteurs de base (1 0 0) y (0 1 0)
k = gen(
Nx, Ny, Nz, dx, dy, dz, seed, [v1], 0, 1, 0, 8 #TODO: change this harcoded value
) # 0, 1, 0 = mean, variance, typ #Generation of a correlated standard dsitribution N(0,1)
Nx, Ny, Nz, dx, dy, dz, seed, [v1], 0, 1, 0) # 0, 1, 0 = mean, variance, typ #Generation of a correlated standard dsitribution N(0,1)
return k

Loading…
Cancel
Save