Skip to content
Snippets Groups Projects
Commit 4bc7c1df authored by Eric Wait's avatar Eric Wait
Browse files

Fixed bug when loading images that are not supposed to be normalized

parent ca401a75
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ function im8 = LoadImage( im, bufferNum, frameNumber, normalize, prctSat )
error('You can only load one frame at a time!');
end
if (~exist('nonNormalized','var') || isempty(normalize))
if (~exist('normalize','var') || isempty(normalize))
normalize = true;
end
if (~exist('prctSat','var'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment