diff --git a/src/include/OSL/dual.h b/src/include/OSL/dual.h index a7b5e4063..60ec05ee8 100644 --- a/src/include/OSL/dual.h +++ b/src/include/OSL/dual.h @@ -204,7 +204,7 @@ class DualStorage : m_val(other.m_val) , m_dx(other.m_dx) , m_dy(other.m_dy) - , m_dz(other.dz) + , m_dz(other.m_dz) {} OSL_HOSTDEVICE constexpr const T& elem (ConstIndex<0>) const { return m_val; }