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

Updated migration 4176.

parent 85a13bdc
No related branches found
No related tags found
No related merge requests found
181
\ No newline at end of file
182
\ No newline at end of file
artoaWorkspace.plugins = struct();
artoaWorkspace.plugins.tracking = struct();
\ No newline at end of file
if ~isfield(artoaWorkspace, 'plugins')
artoaWorkspace.plugins = struct();
end
if ~artoa.data.hasMember(artoaWorkspace, 'plugins', 'tracking')
artoaWorkspace.plugins.tracking = struct();
end
\ No newline at end of file
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