Skip to content
Snippets Groups Projects
Commit 202d904a authored by Federico Felici's avatar Federico Felici
Browse files

typo in class expcode container method

parent 7fcf53d4
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ classdef SCDclass_expcodecontainer ...@@ -12,7 +12,7 @@ classdef SCDclass_expcodecontainer
obj.expcodes={}; obj.expcodes={};
end end
function list = getcodelist(obj) function list = getexpcodelist(obj)
% get numerical list of available codes; % get numerical list of available codes;
list = zeros(1,obj.numexpcodes); list = zeros(1,obj.numexpcodes);
for ii=1:obj.numexpcodes for ii=1:obj.numexpcodes
......
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