File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ namespace ttg {
7272 if (count != in->get_index ()) throw " ttg::Dot: lost count of ins" ;
7373 if (disable_type) {
7474 ttss << " <in" << count << " >"
75- << " " << escape (in-> get_key_type_str ()) << " " << escape (in->get_name ());
75+ << escape (in->get_name ());
7676 } else {
7777 ttss << " <in" << count << " >"
7878 << " " << escape (" <" + in->get_key_type_str () + " ," + in->get_value_type_str () + " >" ) << " "
@@ -97,7 +97,7 @@ namespace ttg {
9797 if (count != out->get_index ()) throw " ttg::Dot: lost count of outs" ;
9898 if (disable_type) {
9999 ttss << " <out" << count << " >"
100- << " " << escape (out-> get_key_type_str ()) << " " << out->get_name ();
100+ << out->get_name ();
101101 } else {
102102 ttss << " <out" << count << " >"
103103 << " " << escape (" <" + out->get_key_type_str () + " ," + out->get_value_type_str () + " >" ) << " "
You can’t perform that action at this time.
0 commit comments