Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregwar committed Nov 1, 2013
1 parent 1f02aa1 commit d62f352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/FatChains.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ void FatChains::chainsAnalysis()
set<int> visited;
saveEntries = false;
exploreDamaged = false;
visited.insert(0);
recursiveExploration(chains, visited, system.rootDirectory);
visited.insert(0);
cout << endl;

cout << "Having a look at the chains..." << endl;
Expand Down

0 comments on commit d62f352

Please sign in to comment.