Skip to content

Commit

Permalink
Merge pull request #190 from aditiiyer/master
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
aditiiyer committed Aug 7, 2018
2 parents c880f01 + d960c06 commit 11c0595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CERR_core/PlanMetrics/heterogenity_metrics/textureGui.m
Expand Up @@ -494,7 +494,7 @@ function textureGui(command, varargin)
for n = 1:length(paramC)
if isa(valC{n},'function_handle')
fn = valC{n};
val = fn(featureType, paramS);
val = fn(featureType, paramS.(paramC{n-1}).val);
paramS = addParam(paramS,paramC{n},typeC{n},val,...
dispC{n},startPosV(2)-(n+1)*delPos,h);
else
Expand Down

0 comments on commit 11c0595

Please sign in to comment.