Skip to content

Commit

Permalink
Changes to driver
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed May 2, 2016
1 parent 4fb07f8 commit ec3e0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastFVA.m
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
t = getCurrentTask();

%fprintf('\n----------------------------------------------------------------------------------\n');
fprintf('\n -- TaskID: %d / %d (LoopID = %d) <> [%d, %d] / [%d, %d]\n', ...
fprintf('\n -- Task Launched -- TaskID: %d / %d (LoopID = %d) <> [%d, %d] / [%d, %d]\n', ...
t.ID, nworkers, i, istart(i), iend(i), m, n);

tstart = tic;
Expand Down

0 comments on commit ec3e0a2

Please sign in to comment.