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

Bugfix, the "use" variable has not been named correctly on upgrading.

parent 8cf87928
No related branches found
No related tags found
No related merge requests found
289
\ No newline at end of file
290
\ No newline at end of file
......@@ -6,7 +6,7 @@ if artoa.data.hasMember(artoaWorkspace, 'trackParameter', 'soundsourceCombinatio
addTrueCell4289(length(artoaWorkspace.trackParameter.soundsourceCombinations.combinationBegin)), ...
'Before', 'combinationBegin' ...
);
artoaWorkspace.trackParameter.soundsourceCombinations.Properties.VariableNames{1} = 'Use';
artoaWorkspace.trackParameter.soundsourceCombinations.Properties.VariableNames{1} = 'use';
end
%% Helper functions
......
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