Skip to content

Commit

Permalink
suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 16, 2025
1 parent fbab834 commit bbee08a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/src/solver/expressions/test_TimeIndexVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ static Node* singleNode(Registry<Node>& registry)
return registry.create<T>("hello", "world");
}

static const std::vector<Node* (*)(Registry<Node>& registry)> singleNode_ALL{
&singleNode<PortFieldNode>,
&singleNode<PortFieldSumNode>,
static const std::vector singleNode_ALL{&singleNode<PortFieldNode>,
&singleNode<PortFieldSumNode>,
&singleNode<ComponentVariableNode>,
&singleNode<ComponentParameterNode>};

Expand Down

0 comments on commit bbee08a

Please sign in to comment.