Constructor for dws fixed

This commit is contained in:
Fernando P. Panadero 2023-11-21 14:37:08 +01:00
parent 80bae3d567
commit 50f07f40e6
4 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@ struct DiracWorkspace{T}
end
end
return new{T}(sr,sp,sAp,st,csw,cs)
return new{T}(sr,sp,sAp,st,csw)
end
end