Skip to content

Commit d8c6f9a

Browse files
authored
fix: Typo in dual.h made invalid template DualStorage (#1871)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 00473ce commit d8c6f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/OSL/dual.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class DualStorage<T, 3>
204204
: m_val(other.m_val)
205205
, m_dx(other.m_dx)
206206
, m_dy(other.m_dy)
207-
, m_dz(other.dz)
207+
, m_dz(other.m_dz)
208208
{}
209209

210210
OSL_HOSTDEVICE constexpr const T& elem (ConstIndex<0>) const { return m_val; }

0 commit comments

Comments
 (0)