Skip to content

Commit

Permalink
Merge pull request verivital#201 from mldiego/master
Browse files Browse the repository at this point in the history
Rename for conflicts when pull
  • Loading branch information
mldiego authored Oct 19, 2023
2 parents 8ed9710 + 24c9eea commit 15884df
Show file tree
Hide file tree
Showing 380 changed files with 63 additions and 41 deletions.
2 changes: 1 addition & 1 deletion code/nnv/engine/set/VolumeStar.m
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
S2 = I.toStar;
S = S1.MinkowskiSum(S2);

volume = S.toVolumeStar(I.height, I.width, I.depth, I.numChannel); % TODO: implement this function in Star set
volume = S.toVolumeStar(I.height, I.width, I.depth, I.numChannel);

end

Expand Down
Loading

0 comments on commit 15884df

Please sign in to comment.