Skip to content
Snippets Groups Projects
Commit 153fccc6 authored by Ngoc Minh Trang Vu's avatar Ngoc Minh Trang Vu Committed by Federico Felici
Browse files

SCDsignal accepts customized enum, refresh submodel

parent 3cd708ad
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ classdef SCDsignal
function type = datatype(obj)
type = class(obj.Value);
assert(ismember(type,{'single', 'logical', 'int8','int16','int32'}),...
assert(~ismember(type,{'double'}),...
sprintf('DataType %s is not supported in SCDalgo', type))
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