Skip to content

Commit

Permalink
Changes to fastFVA driver
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed May 2, 2016
1 parent e96376f commit 4fb07f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastFVA.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

% Define the input arguments
if nargin<8,
rxns=1:length(model.lb);
rxns = 1:length(model.rxns);
else
rxns = find(ismember(model.rxns, rxnsList));
end
Expand Down Expand Up @@ -224,8 +224,8 @@

t = getCurrentTask();

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

tstart = tic;
Expand Down
Empty file removed logFiles/mylogfile.out
Empty file.

0 comments on commit 4fb07f8

Please sign in to comment.