We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6756b commit 3c54acbCopy full SHA for 3c54acb
1 file changed
concore_write.m
@@ -5,6 +5,7 @@ function concore_write(port, name, val, delta)
5
outstr = cat(2,"[",num2str(concore.simtime+delta),num2str(val,",%e"),"]");
6
fprintf(output1,'%s',outstr);
7
fclose(output1);
8
+ concore.simtime = concore.simtime + delta;
9
catch exc
10
disp(['skipping ' concore.outpath num2str(port) '/' name]);
11
end
0 commit comments