dyn_ols: fix typo

time-shift
Houtan Bastani 2017-11-09 16:48:30 +01:00
parent d4574f6c0e
commit 2fda4fa76c
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ for i = 1:length(lhs)
if ~isempty(startidx)
if startidx > 1 && rhs_{j}(startidx) == '-'
str = ['-' getStrMoveRight(rhs_{j}(startidx+1:end))];
elseif startidx > 1 && rhs_{j}(startidx) == '+'
elseif startidx > 1 && rhs_{j}(startidx) == '+'
str = getStrMoveRight(rhs_{j}(startidx+1:end));
else
str = getStrMoveRight(rhs_{j}(startidx:end));