Skip to content

Commit

Permalink
Added new "Plot Forecast" functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchharley committed May 8, 2023
1 parent 3704652 commit d92fa70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file modified GUI/CSP.fig
Binary file not shown.
12 changes: 10 additions & 2 deletions 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 26-Jan-2022 10:06:27
% Last Modified by GUIDE v2.5 15-Apr-2023 12:15:51

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
Expand Down Expand Up @@ -300,7 +300,6 @@ function PlotShorelineChange_Callback(hObject, eventdata, handles)
CSPGmakeShorelineChangePlot(handles)



function previousshoreline_Callback(hObject, eventdata, handles)
% hObject handle to previousshoreline (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
Expand Down Expand Up @@ -413,3 +412,12 @@ function make_transect_files_Callback(hObject, eventdata, handles)
% handles structure with handles and user data (see GUIDATA)

CSPGmakeTransectFiles(handles)


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

CSPGplotShorelineForecast(handles)

0 comments on commit d92fa70

Please sign in to comment.