Skip to content

Commit 466e715

Browse files
committed
[tube] corrected error in tube operations
1 parent c05b403 commit 466e715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/domains/tube/codac2_SlicedTube_operations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace codac2
2828
#define macro_binary_tube_tube(f) \
2929
{ \
3030
assert_release(x1.tdomain() == x2.tdomain()); \
31-
auto y = x2; \
31+
auto y = x1; \
3232
for(auto it = y.tdomain()->begin() ; it != y.tdomain()->end() ; it++) \
3333
{ \
3434
auto sy = y.slice(it); \

0 commit comments

Comments
 (0)