GiNaC/ginac add.cpp add.h basic.h clifford.h color.h constant.cpp constant.h container.pl expair.h expairseq.h fail.h function.pl idx.h indexed.h lst_suppl.cpp matrix.h mul.cpp mul.h ncmul.h numeric.cpp numeric.h power.cpp power.h print.h pseries.cpp pseries.h relational.h symbol.h symmetry.h utils.h wildcard.h

Richard Kreckel kreckel at thep.physik.uni-mainz.de
Fri Jun 15 17:20:55 CEST 2001


Update of /home/cvs/GiNaC/ginac

Modified Files:
	add.cpp add.h basic.h clifford.h color.h constant.cpp 
	constant.h container.pl expair.h expairseq.h fail.h 
	function.pl idx.h indexed.h lst_suppl.cpp matrix.h mul.cpp 
	mul.h ncmul.h numeric.cpp numeric.h power.cpp power.h print.h 
	pseries.cpp pseries.h relational.h symbol.h symmetry.h utils.h 
	wildcard.h 
Log Message:
* Supplement some (now deprecated) macros by inlined template functions:
  - is_of_type(foo, type) -> is_a<type>(foo)
  - is_ex_of_type(foo, type) -> is_a<type>(foo)
  - is_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
  - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)




More information about the GiNaC-cvs mailing list