Skip to content
Snippets Groups Projects
Commit d9ae15a3 authored by Federico Felici's avatar Federico Felici
Browse files

improve comment

parent 67db8fda
No related branches found
No related tags found
No related merge requests found
......@@ -730,7 +730,7 @@ classdef SCDclass_expcode
function obj = setupmain(obj)
% sets up global configs for the expcode
scd.expcode = obj.maincode;
scd.timing.dt = 1e-4; % hard code for now, determine later from slowest thread
scd.timing.dt = 1e-4; % hard code for now, determine later from fastest thread
Simulink.data.assigninGlobal(obj.getslxname,'scd',scd);
% add configurations.sldd as reference, contains simulation parameters
......
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