GiNaC/ginac print.h Makefile.am add.cpp add.h basic.cpp basic.h clifford.cpp clifford.h color.cpp color.h constant.cpp constant.h container.pl ex.cpp ex.h expair.h expairseq.cpp expairseq.h fail.cpp fail.h flags.h function.pl ginac.h idx.cpp idx.h indexed.cpp indexed.h matrix.cpp matrix.h mul.cpp mul.h ncmul.cpp ncmul.h numeric.cpp numeric.h operators.cpp power.cpp power.h pseries.cpp pseries.h relational.cpp relational.h structure.cpp structure.pl symbol.cpp symbol.h tensor.cpp tensor.h utils.h

Christian Bauer cbauer at doraemon.physik.uni-mainz.de
Fri Apr 6 21:03:01 CEST 2001


Update of /home/cvs/GiNaC/ginac

Modified Files:
	Makefile.am add.cpp add.h basic.cpp basic.h clifford.cpp 
	clifford.h color.cpp color.h constant.cpp constant.h 
	container.pl ex.cpp ex.h expair.h expairseq.cpp expairseq.h 
	fail.cpp fail.h flags.h function.pl ginac.h idx.cpp idx.h 
	indexed.cpp indexed.h matrix.cpp matrix.h mul.cpp mul.h 
	ncmul.cpp ncmul.h numeric.cpp numeric.h operators.cpp 
	power.cpp power.h pseries.cpp pseries.h relational.cpp 
	relational.h structure.cpp structure.pl symbol.cpp symbol.h 
	tensor.cpp tensor.h utils.h 
Added Files:
	print.h 
Log Message:
- replaced the various print*() member functions by a single print() that
  takes a print_context object that determines the output formatting; this
  should make it easier to add more output types
- print_tree output of indexed objects looks better




More information about the GiNaC-cvs mailing list