Skip to content

Commit

Permalink
[x] should be [p]
Browse files Browse the repository at this point in the history
  • Loading branch information
rasools committed Feb 28, 2018
1 parent 51cea16 commit 71d8dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humanSec.m
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
end
%------------------------------------------------------------------------------
%Add Clathrin vesicles
elseif strcmp(psim.location(p_row),'[x]') == 1 || strcmp(psim.location(p_row),'[l]') == 1
elseif strcmp(psim.location(p_row),'[p]') == 1 || strcmp(psim.location(p_row),'[l]') == 1
rxns = vertcat(rxns,strcat(connector, {' => XXX-preClathrin[g]'}));
rxnNames = vertcat(rxnNames,{'Start_Clathrin_vesicle'});
clath_rxns = {};
Expand Down

0 comments on commit 71d8dcd

Please sign in to comment.