]> www.ginac.de Git - ginac.git/commit
Changes needed for compilation with -DDO_GINAC_ASSERT:
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 5 May 2001 23:09:07 +0000 (23:09 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 5 May 2001 23:09:07 +0000 (23:09 +0000)
commit1568d5f7d33270931371be997f90ea7ab2fe0ef0
tree384ea6b739fa880aa495a9b501c639b409e9eac9
parentf7a07ae7330a3543bb00aa7b659e2624d6c440c7
Changes needed for compilation with -DDO_GINAC_ASSERT:
* basic.cpp: if needed, #include <typeinfo>,
* mul.h: mul::print() needed a default for 2nd arg.
Hey, Cebix, could you please have a look at the assertions of type
basis.return_type()==return_types::commutative in power.cpp ctors?
Watch out, though: they are not just bogus because of the rule
(x*y)^2 -> x^2*y^2 in power::eval().
ginac/basic.cpp
ginac/mul.h