Skip to content
Snippets Groups Projects
Commit 10f3887e authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added missing semicolon in unit test.

parent fead6b72
Branches
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ varlist = strrep(varlist,'"','');
%$
%$ % Instantiate a dseries from the data in the csv file.
%$ try
%$ d = dseries('data_ca1_csv.csv')
%$ d = dseries('data_ca1_csv.csv');
%$ t(1) = true;
%$ catch
%$ t(1) = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment