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

Minor Mermaid fix for older versions

parent 83a05b9a
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!94Improved scheduling
Pipeline #42068 passed
...@@ -151,7 +151,7 @@ void Aidge::GraphView::save(const std::string& path, bool verbose, bool showProd ...@@ -151,7 +151,7 @@ void Aidge::GraphView::save(const std::string& path, bool verbose, bool showProd
size_t inputIdx = 0; size_t inputIdx = 0;
for (auto input : mInputNodes) { for (auto input : mInputNodes) {
if (input.first != nullptr) { if (input.first != nullptr) {
fmt::print(fp.get(), "input{}((in#{})):::inputCls--->|→{}|{}_{}\n", inputIdx, inputIdx, fmt::print(fp.get(), "input{}((in#{})):::inputCls--->|\"→{}\"|{}_{}\n", inputIdx, inputIdx,
input.second, input.first->type(), namePtrTable.at(input.first)); input.second, input.first->type(), namePtrTable.at(input.first));
} }
else { else {
......
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