Skip to content

Commit

Permalink
fibrilPro: bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yulewu committed Jun 17, 2021
1 parent 7c1ab12 commit b06f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/+ROIManager/+Analyze/clearFailAnnotatedPeaks.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
classdef clearFailAnnotatedPeaks<interfaces.DialogProcessor&interfaces.SEProcessor
methods
function obj=clearUselessAnnotatedPeaks(varargin)
function obj=clearFailAnnotatedPeaks(varargin)
[email protected](varargin{:});
obj.inputParameters={'se_viewer', 'se_siteroi', 'se_sitefov'};
obj.showresults=true;
Expand Down

0 comments on commit b06f95d

Please sign in to comment.