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

display cosmetics

parent 1fa600a6
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ classdef SCDclass_algo ...@@ -143,7 +143,7 @@ classdef SCDclass_algo
mytarget = targetstruct{istruct}; mytarget = targetstruct{istruct};
if ~isempty(mytarget) && contains(obj.fpinits{ii}{2},mytarget) if ~isempty(mytarget) && contains(obj.fpinits{ii}{2},mytarget)
warning('SCDclass_algo:addfpinitfcn',... warning('SCDclass_algo:addfpinitfcn',...
'A function defining the structure %s has already been added, ignoring.\d',mytarget) 'A function defining the structure %s has already been added, ignoring.\n',mytarget)
return return
end end
end end
...@@ -302,7 +302,7 @@ classdef SCDclass_algo ...@@ -302,7 +302,7 @@ classdef SCDclass_algo
fprintf('Adding referenced data dictionary %s to %s\n',refdd,obj.getdatadictionary) fprintf('Adding referenced data dictionary %s to %s\n',refdd,obj.getdatadictionary)
dictionaryObj.addDataSource(refdd); dictionaryObj.addDataSource(refdd);
else % already exists else % already exists
fprintf('Data dictionary %s is already referenced in algo data dictionary, not adding',refdd); fprintf('Data dictionary %s is already referenced in algo data dictionary, not adding\n',refdd);
end end
end end
if dictionaryObj.HasUnsavedChanges, dictionaryObj.saveChanges; end if dictionaryObj.HasUnsavedChanges, dictionaryObj.saveChanges; end
......
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