Skip to content

Commit

Permalink
fix typo that made offsets wrong in output
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Pirogov committed Jul 25, 2016
1 parent d92c752 commit 04f3d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void processFile(char const *file) {
auto ys = calcComplexities(w, k, task, dat);
if (!args.p) {
if (args.tasks.size()==1) {
printResults(args.w, args.w, ys, args.g);
printResults(args.w, args.k, ys, args.g);
} else {
cout << task.num << "\t" << ys[0].second[0] << endl;
}
Expand Down

0 comments on commit 04f3d90

Please sign in to comment.