Skip to content
Snippets Groups Projects
Commit 283eb0a8 authored by leprob001's avatar leprob001
Browse files

Bugfix, soundspeed is now copied from measured as well when clicking the button.

parent 39b59216
No related branches found
No related tags found
No related merge requests found
160
\ No newline at end of file
161
\ No newline at end of file
......@@ -12,6 +12,8 @@ artoa.controller.edit.offsets.saveEmpiricalState();
artoaWorkspace.editOffsets.offsets{:, 'EmpiricalOffset'} = artoaWorkspace.editOffsets.offsets{:, 'OffsetStart'};
artoaWorkspace.editOffsets.offsets{:, 'EmpiricalDrift'} = artoaWorkspace.editOffsets.offsets{:, 'Drift'};
artoaWorkspace.editOffsets.soundspeed.Empirical(1) = artoaWorkspace.editOffsets.soundspeed.Measured(1);
%% Update GUI
artoa.controller.edit.offsets.updateGui();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment