Skip to content
Snippets Groups Projects
Commit f7b58554 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed typo

parent 75daa0db
No related branches found
No related tags found
1 merge request!8GraphView cloning proposal + labelGraph proof of concept
Pipeline #31272 failed
......@@ -330,7 +330,7 @@ Aidge::NodePtr Aidge::Node::cloneSharedOperators() const {
}
Aidge::NodePtr Aidge::Node::cloneSharedProducers() const {
std::shared_ptr<Operator> op = (op->type() == Producer_Op::Type)
std::shared_ptr<Operator> op = (mOperator->type() == Producer_Op::Type)
? mOperator
: std::shared_ptr<Operator>(mOperator->clone());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment