Fixed matlab warning.

[skip ci]
time-shift
Stéphane Adjemia (Scylla) 2019-02-04 16:24:37 +01:00
parent 768555b523
commit 5c75c30104
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 3 additions and 1 deletions

View File

@ -245,6 +245,8 @@ if verbose
end
% Initialization of the dates and dseries classes (recursive).
dseries().initialize();
octaveworkaround = dseries();
octaveworkaround.initialize();
clear octaveworkaround;
cd(origin);