Skip to content
Snippets Groups Projects
Commit d735f54a authored by Federico Felici's avatar Federico Felici Committed by Francesco Pastore
Browse files

Make createdatadictionary method hidden

parent 4c6d8c3f
No related branches found
No related tags found
No related merge requests found
......@@ -726,7 +726,7 @@ classdef SCDclass_algo
end
end
methods(Static)
methods(Static,Hidden)
function createdatadictionary(ddname,folder)
% Create data dictionary in path folder/ddname
dd_fullpath = fullfile(folder,ddname);
......
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