We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c05b403 + fcd6707 commit 9f0ef4aCopy full SHA for 9f0ef4a
1 file changed
src/core/domains/tube/codac2_SlicedTube_operations.h
@@ -32,7 +32,7 @@ namespace codac2
32
for(auto it = y.tdomain()->begin() ; it != y.tdomain()->end() ; it++) \
33
{ \
34
auto sy = y.slice(it); \
35
- sy->codomain() = f(sy->codomain(),x2.slice(it)->codomain()); \
+ sy->codomain() = f(x1.slice(it)->codomain(),sy->codomain()); \
36
} \
37
return y; \
38
0 commit comments