sofacoustics / SOFAtoolbox

SOFA Toolbox (API for Matlab, Octave)
http://sofaconventions.org
European Union Public License 1.2
116 stars 31 forks source link

SOFAcalculateITD: do not add Delay variable to input data in case of input data is a simple matrix #72

Closed micgrzyw closed 1 year ago

micgrzyw commented 1 year ago

calculateITD raises error in line 320 if input data Obj is a simple matrix (not an SOFA struct)

Could you add the below fix to the code? image

petibub commented 1 year ago

Dear Michal, thanks for the pointer, issue fixed in the development branch.