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

Typo

parent 23090771
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ classdef test_expcodes < matlab.unittest.TestCase ...@@ -31,8 +31,8 @@ classdef test_expcodes < matlab.unittest.TestCase
testCase.expcode_obj = getbymaincode(testCase.SCDexps,str2double(expcode_number)); testCase.expcode_obj = getbymaincode(testCase.SCDexps,str2double(expcode_number));
end end
function test_expcode_printInfo(testCase) function test_expcode_printinfo(testCase)
testCase.expcode_obj.printInfo testCase.expcode_obj.printinfo
end end
function test_expcode_printparameters(testCase) function test_expcode_printparameters(testCase)
......
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