gptoolbox icon indicating copy to clipboard operation
gptoolbox copied to clipboard

remove_unreferenced documentation does not accurately reflect the functionality

Open rarora7777 opened this issue 5 years ago • 0 comments

Line 14 indicates that IM for the removed vertices is set to -1. But it's actually set so that the removed vertices have a value larger than size(RV, 1). Line 15 should be changed to % and V(find(IM<=size(RV, 1)),:) = RV to describe the actually implemented functionality.

rarora7777 avatar Jan 08 '19 01:01 rarora7777