diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xas/spatial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xas/spatial.h b/include/xas/spatial.h index 26d47e5..af10ef4 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -38,8 +38,8 @@ struct _xas_spatial_object { float distance_l, distance_r; - size_t delta_l, - delta_r; + size_t delay_l, + delay_r; ssize_t shift_l, shift_r; |