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

Fixed cleanup cosmetic issue.

(cherry picked from commit 280a9346)
parent 3c811ba1
Branches
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ varlist = strrep(varlist,'"','');
%$ % Instantiate a dseries from the data in the csv file.
%$ try
%$ d = dseries('data_ca1_csv.csv');
%$ delete('data_ca1_csv.csv');
%$ t(1) = true;
%$ catch
%$ t(1) = false;
......
......@@ -51,6 +51,4 @@ if any(~[report{:,3}])
end
warning on
path(opath);
delete('data_ca1_csv.csv', 'dynare_series.m', 'dynare_series.mat', 'dynare_series.m.csv', 'dynare_series.old.csv', 'dynare_series.old.mat')
\ No newline at end of file
path(opath);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment