Skip to content

Commit

Permalink
NumAlt in gfbiomass
Browse files Browse the repository at this point in the history
  • Loading branch information
EVayena committed Jan 13, 2023
1 parent c5f0d50 commit 3827903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapfilling/gapFilling.m
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
if ~isempty(rxnsToCheck)
[resultStat,ActRxns,DPsAll] = gfRxns(model,rxnsToCheck,indUSE,NumAlt,time,tagMin);
else
[resultStat,ActRxns,DPsAll] = gfbiomass(model,indUSE,1,time,tagMin);
[resultStat,ActRxns,DPsAll] = gfbiomass(model,indUSE,NumAlt,time,tagMin);
end

GFSumRes = cell(length(ActRxns),1);
Expand Down

0 comments on commit 3827903

Please sign in to comment.