Skip to content
Snippets Groups Projects
Commit 949623e5 authored by Carlo Guidi's avatar Carlo Guidi
Browse files

Update acoustics.py

parent 52f9f417
No related branches found
No related tags found
No related merge requests found
......@@ -173,9 +173,9 @@ while check:
DUs = []
for du in range(N_DUS):
duabdu = []
duab1 = (du+0.9)*np.ones(L)
duab2 = (du+1)*np.ones(L)
duab3 = (du+1.1)*np.ones(L)
duab1 = (du + 0.9)*np.ones(L)
duab2 = (du + 1)*np.ones(L)
duab3 = (du + 1.1)*np.ones(L)
duabdu.append(duab1)
duabdu.append(duab2)
duabdu.append(duab3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment