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

Bugfix, failed getting member if it is a boolean value.

parent 8649fbb8
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ function [memberValue] = getMember(pStructure, pMember, pDefaultValue)
% member does not exist.
%% Initialization
if ~exist(pDefaultValue, 'var')
if nargin ~= 3
pDefaultValue = '';
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