Skip to content

Commit

Permalink
function is now recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
jlheflin committed Jan 28, 2025
1 parent cc0e230 commit 75e9a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pluginplay/printing/mermaid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void print_submods(const std::string module_key,
ss << indent_3 << "Step 3: Submod Name: " << value.get_name()
<< "\n"
<< std::endl;
print_submods(value.get_name(), mm, ss, level + 1);
}
}
}
Expand Down

0 comments on commit 75e9a42

Please sign in to comment.