x' indicates future values
This commit is contained in:
parent
2d1ce4bf13
commit
bfe74e9843
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class STLVisitor(NodeVisitor):
|
|||
return children[3]* children[5]
|
||||
|
||||
def visit_prime(self, *_):
|
||||
return ast.t_sym - ast.dt_sym
|
||||
return ast.t_sym + ast.dt_sym
|
||||
|
||||
def visit_const(self, const, children):
|
||||
return float(const.text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue