Skip to content
Snippets Groups Projects
Commit 85460556 authored by Thomas's avatar Thomas
Browse files

fixed visit call

parent 89734c2d
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ aspect Reachability { ...@@ -69,7 +69,7 @@ aspect Reachability {
// if (visited.containsKey(n)) return; // if (visited.containsKey(n)) return;
// visited.put(n,-1); // visited.put(n,-1);
// for (Component s:n.getFromList()) // for (Component s:n.getFromList())
// s.visit(visited,locked); // visit(s,visited,locked);
// locked.addFirst(n); // locked.addFirst(n);
// } // }
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment