Skip to content
Snippets Groups Projects
Commit a3d69ba9 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

sub sync + mdsparscalarbool bug fix

parent fbe54728
No related branches found
No related tags found
Loading
......@@ -35,6 +35,9 @@ classdef SCDclass_mdsparscalarbool < SCDclass_mdspar
entrystring=[entrystring ' }'];
end
function out = casttomds(obj, in)
out = uint8(in);
end
end
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