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

node09 base time 100us

parent c340a473
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ classdef SCDclass_node < SCDclass_component
node.type = '10cpusI9';
node.timing.t_start = -0.5;
node.timing.t_stop = 2.5;
node.timing.dt = 1e-3;
node.timing.dt = 1e-4;
node.buildcfg.conffile = cell(node.ncpu,1);
node.buildcfg.conffile{1} = 'standard';
node.buildcfg.conffile{2} = 'standard';
......
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