time-shift
Houtan Bastani 2019-02-01 11:12:25 +01:00
parent 85e903ef90
commit 1f3e027a09
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if ~strcmp(ast.AST.arg1.node_type, 'VariableNode') ...
parsing_error('expecting Variable or UnaryOp on LHS', line);
else
if ~isOlsVar(ds, ast.AST.arg1) || ~isBaseVarLagEqualToZero(ast.AST.arg1)
parsing_error('the lhs of the equation must be an Variable or UnaryOp with lag == 0 that exists in the dataset', line);
parsing_error('the LHS of the equation must be an Variable or UnaryOp with lag == 0 that exists in the dataset', line);
end
end