fix
This commit is contained in:
parent
8d22ab308d
commit
7505a5f5fc
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ function ISM(
|
|||
room::RectangularRoom,
|
||||
config::ISMConfig;
|
||||
)
|
||||
h = config.N
|
||||
h = zeros(config.N)
|
||||
# TODO: h = zeros(T, config.N)
|
||||
ISM!(h, tx, rx, room, config)
|
||||
|
||||
if config.hp
|
||||
|
|
Loading…
Reference in a new issue