]> www.ginac.de Git - ginac.git/commit
Change some internal lst to exvector in factor.cpp...
authorRichard Kreckel <kreckel@ginac.de>
Mon, 19 Dec 2022 19:13:11 +0000 (20:13 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 19 Dec 2022 19:17:32 +0000 (20:17 +0100)
commit8f3ff73a0ff22d4855c2f8e798cc69db09af3263
treef432748fc047d962f2913c663aa6f2c0573ff9f7
parent1f14fb79bacd8de080c73a930bf9f8a5d514cbe0
Change some internal lst to exvector in factor.cpp...

...in places where c[i] is more readable than c.op(i) or the insidious
c.let_op(i) notation.
ginac/factor.cpp