Skip to content

Commit 961dc89

Browse files
committed
TODO How to deal with class Vector?
1 parent 35d4181 commit 961dc89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/symjava/math/Dot.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public Expr subs(Expr from, Expr to) {
157157
if(Utils.symCompare(this, from))
158158
return to;
159159
if(expr == null)
160+
//TODO How to deal with class Vector?
160161
return new Dot((SymVector)arg1.subs(from, to), (SymVector)arg2.subs(from, to));
161162
else
162163
return expr.subs(from, to);

0 commit comments

Comments
 (0)