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

Fixed cherry-pick from 441acb50...

For old-oop-style branch where in place modifications are not possible.
parent 8eb00040
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ end
%$ % Instantiate a time series object and compute the mean.
%$ try
%$ ts = dseries(A);
%$ ts.center(true);
%$ ts = center(ts, true);
%$ t(1) = 1;
%$ catch
%$ t = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment