Skip to content

Commit

Permalink
Added Make Transect File in Tools Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Harley committed Jan 25, 2022
1 parent adea8eb commit 7690dc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file modified GUI/CSP.fig
Binary file not shown.
11 changes: 10 additions & 1 deletion GUI/CSP.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

% Edit the above text to modify the response to help CSP

% Last Modified by GUIDE v2.5 28-Feb-2021 18:14:57
% Last Modified by GUIDE v2.5 26-Jan-2022 10:06:27

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
Expand Down Expand Up @@ -404,3 +404,12 @@ function makeAnimation_Callback(hObject, eventdata, handles)
% handles structure with handles and user data (see GUIDATA)

CSPGmakeBeachWidthAnimation(handles)


% --------------------------------------------------------------------
function make_transect_files_Callback(hObject, eventdata, handles)
% hObject handle to make_transect_files (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)

CSPGmakeTransectFiles(handles)

0 comments on commit 7690dc9

Please sign in to comment.