X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fcolor.h;h=e7ad06184574d55ac9d79906fa5b1300ceb40666;hb=1b48bfdf43c8d104cb8b06147f27cb9efe42cb16;hp=66cf0769fde054fb041c72da024bd21b29157a8f;hpb=dbd9c306a74f1cb258c0d15a346b973b39deaad2;p=ginac.git diff --git a/ginac/color.h b/ginac/color.h index 66cf0769..e7ad0618 100644 --- a/ginac/color.h +++ b/ginac/color.h @@ -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: