Skip to content

Commit

Permalink
Compiles again. Solved an Eclipse issue with ghost errors using right…
Browse files Browse the repository at this point in the history
…-click-on-project/index/rebuild.
  • Loading branch information
franapoli committed Oct 4, 2012
1 parent eb42a3e commit bd1befe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main(int ARGC, char *ARGV[])


adjmat = &res->Visit();
adjmat->toDot(res->GetNodes(), "out.dot");
//adjmat->toDot(res->GetNodes(), "out.dot");
//fprintf(stdout, "Protocol correctly parsed.\n");
return 0;
}
Expand Down

0 comments on commit bd1befe

Please sign in to comment.