Skip to content

Commit

Permalink
Added QA field
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchharley committed Feb 1, 2021
1 parent 5625bed commit 9d57ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GUI/CSPGsaveShoreline.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function CSPGsaveShoreline(handles)
switch button
case 'Yes'
sl = data_plan.sl;
sl.QA = 1; %By saying yes you are QAing the shoreline
savedir = [shoreline_path filesep fileparts.site filesep fileparts.year filesep];
savefname = strrep(data.fname,'snap','shoreline');
savefname = strrep(savefname,'timex','shoreline');
Expand Down

0 comments on commit 9d57ee4

Please sign in to comment.