]> www.ginac.de Git - ginac.git/commit
* Include the operators.h header file in the source files, not in ex.h.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 3 Jul 2002 21:31:50 +0000 (21:31 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 3 Jul 2002 21:31:50 +0000 (21:31 +0000)
commit09f37bdbd46f469b3a8a902a43d0f795c41a89bf
tree4a117bd040a877bf0aed36a7b444d6015075ca08
parent95759eec164177e0817f9af9e7f3c55d87f19e26
* Include the operators.h header file in the source files, not in ex.h.
  Rationale: It really gets in the way there, when trying to strip down
  the source files for debugging purposes.
* are_ex_trivially_equal(): use this only when reasonable, i.e. when
  an operation on all children was a no-op such that the this pointer is
  returned.
22 files changed:
ginac/add.cpp
ginac/basic.cpp
ginac/clifford.cpp
ginac/color.cpp
ginac/ex.h
ginac/expairseq.cpp
ginac/fderivative.cpp
ginac/indexed.cpp
ginac/inifcns.cpp
ginac/inifcns_gamma.cpp
ginac/inifcns_trans.cpp
ginac/inifcns_zeta.cpp
ginac/input_parser.yy
ginac/matrix.cpp
ginac/mul.cpp
ginac/normal.cpp
ginac/numeric.cpp
ginac/power.cpp
ginac/pseries.cpp
ginac/relational.cpp
ginac/symmetry.cpp
ginac/tensor.cpp