mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
Remove @show in tests
This commit is contained in:
parent
07efc88cf7
commit
b3f65e9b46
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ end
|
|||
#---------------------------------------------------------------------------------------------
|
||||
smallerjlist = 0:1//2:5
|
||||
for j1 in smallerjlist, j2 in smallerjlist, j3 in smallerjlist
|
||||
@show (j1,j2,j3)
|
||||
m1range = -j1:j1
|
||||
m2range = -j2:j2
|
||||
m3range = -j3:j3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue