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

getter method for datadictionaries and parents

parent afc296c2
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,11 @@ classdef SCDclass_algo
fpinits = obj.fpinits;
end
function [refdd,refddparent] = getrefdd(obj)
refdd = obj.refdatadictionaries;
refddparent = obj.refddparentalgo;
end
%% Setup functions setter and getter
......
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