mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-09-24 08:46:28 +08:00
removed links
This commit is contained in:
@@ -26,7 +26,6 @@ int main(){
|
||||
|
||||
map<string, comp_t> comps;
|
||||
|
||||
vector<string> links;
|
||||
ifstream halfile("test.hal", fstream::in);
|
||||
ofstream dotfile("test.dot", fstream::out);
|
||||
string s((std::istreambuf_iterator<char>(halfile)), std::istreambuf_iterator<char>());
|
||||
@@ -50,7 +49,6 @@ int main(){
|
||||
dotfile << "start = regular;" << endl;
|
||||
dotfile << "forcelabels = true;" << endl;
|
||||
|
||||
|
||||
for(auto &comp:comps){
|
||||
dotfile << "subgraph cluster_" << comp.second.name << "{" << endl;
|
||||
dotfile << " style = rounded;" << endl;
|
||||
|
||||
Reference in New Issue
Block a user