diff --git a/+agg/seg.m b/+agg/seg.m index d69332e..1b9b7eb 100644 --- a/+agg/seg.m +++ b/+agg/seg.m @@ -185,7 +185,7 @@ 'Remove particles','More particles or add to existing particles'); % If more particles, set moreaggs = 1, which will skip ahead to Line 131 - if strcmp(choice2, 'More particles or add to existing particles') + if strcmp(choice2, 'Interactive tool to adjust thresholding') moreaggs = 1; % If particles to remove, use the bwselect utility.