Skip to content
Snippets Groups Projects
Commit d76a5f35 authored by preischig's avatar preischig
Browse files

gtFedPredictDiffFacMultiple: removed warning as it obscures other important display.

A seperate function should be created to be able to use both types of input in the future.

Signed-off-by: default avatarpreischig <preischig@gmail.com>
parent 141bebe7
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ function [dfac, clab] = gtFedPredictDiffFacMultiple(Rottens, dlab, csam, ...
if isempty(Rottens)
clab = csam;
else
warning('gtFedPredictDiffFacMultiple:deprecated_behavior', ...
'csam should always be given directly in Lab coordinates for future compatibility')
%warning('gtFedPredictDiffFacMultiple:deprecated_behavior', ...
% 'csam should always be given directly in Lab coordinates for future compatibility')
csamt = reshape(csam, 1, 3, []);
Rottens = reshape(Rottens, 3, 3, []);
......
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