Skip to content

Commit

Permalink
AST to DOT : forgotten commit (#2429)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian OMNES <florian.omnes@rte-france.com>
  • Loading branch information
guilpier-code and flomnes authored Sep 26, 2024
1 parent bc8e74c commit 1d75f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/expressions/visitors/AstDOTStyleVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void AstDOTStyleVisitor::computeNumberNodesPerType()
{
for (const auto& [node, _]: nodeIds_)
{
nbNodesPerType_[node->name()]++;
++nbNodesPerType_[node->name()];
}
}

Expand Down

0 comments on commit 1d75f08

Please sign in to comment.