Skip to content

Commit

Permalink
Update SGS_cst_par.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnuss authored Jun 11, 2019
1 parent 92be7d9 commit 41be55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SGS_cst_par.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
end
else
id=find(isnan(Path));
path = id;%(randperm(numel(id)));
path = id(randperm(numel(id)));
Path(path) = 1:numel(id);
ds=1; nb = numel(id); start=[0 nb]; sn=1;
end
Expand Down

0 comments on commit 41be55c

Please sign in to comment.