X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcolor.h;h=e7ad06184574d55ac9d79906fa5b1300ceb40666;hp=be51156dc084965c00545426dda8d61ff79e9e75;hb=1c5f50be3b99721e70d51cb3c18f556d71f99861;hpb=e7cc6a764ff67b5885d6633385fac23ccc1dc9a7 diff --git a/ginac/color.h b/ginac/color.h index be51156d..e7ad0618 100644 --- a/ginac/color.h +++ b/ginac/color.h @@ -3,7 +3,7 @@ * Interface to GiNaC's color (SU(3) Lie algebra) objects. */ /* - * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,16 +51,16 @@ public: // functions overriding virtual functions from base classes protected: + ex eval_ncmul(const exvector & v) const; bool match_same_type(const basic & other) const; - ex simplify_ncmul(const exvector & v) const; - ex thisexprseq(const exvector & v) const; - ex thisexprseq(exvector * vp) const; - unsigned return_type(void) const { return return_types::noncommutative; } - unsigned return_type_tinfo(void) const { return TINFO_color + representation_label; } + ex thiscontainer(const exvector & v) const; + ex thiscontainer(exvector * vp) const; + unsigned return_type() const { return return_types::noncommutative; } + unsigned return_type_tinfo() const { return TINFO_color + representation_label; } // non-virtual functions in this class public: - unsigned char get_representation_label(void) const {return representation_label;} + unsigned char get_representation_label() const {return representation_label;} // member variables private: