Skip to content

Commit

Permalink
explicit counter setting for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln authored Apr 30, 2021
1 parent 6763859 commit 8669892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
end

% second leaves
counter = i;
counter = apertureInfo.totalNumOfShapes;
for i = 1:size(apertureInfo.beam,2)
for j = 1:apertureInfo.beam(i).numOfShapes
for k = 1:apertureInfo.beam(i).numOfActiveLeafPairs
Expand Down

0 comments on commit 8669892

Please sign in to comment.