Skip to content

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Dec 12, 2017
1 parent b612a8e commit 0c9436d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HOVSR.m
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ function select_file_Callback(hObject, eventdata, handles)
% hObject handle to select_file (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
start_process(handles, getappdata(handles.root, 'lang'));
start_process(handles, getappdata(handles.root, 'lang'));
2 changes: 1 addition & 1 deletion appversion.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

% App constants
VERSION = 2.1;
VERSION = 2.2;
1 change: 0 additions & 1 deletion start_process.m
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ function start_process(handles, lang)
n_mean_shsv(j) = mean_shsv(j+fhqs(1));
end
freq_h = n_freq_h;
max(freq_h)
mean_shsv = n_mean_shsv;
end
if strcmp(PLOT_X_VAR, 'FREQ')
Expand Down

0 comments on commit 0c9436d

Please sign in to comment.