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

Cosmetics

parent b6369e53
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ classdef test_expcodes < matlab.unittest.TestCase
end
function test_expcode_sim(testCase)
fprintf('\n === Testing Simulink simulation of tcv.slx for expcode %d: %s === \n',testCase.expcode_obj.maincode)
fprintf('\n === Testing Simulink simulation of tcv.slx for expcode %d: === \n',testCase.expcode_obj.maincode)
testCase.expcode_obj.sim; % simulate whole tcv.slx with this expcode
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