X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fsymbol.cpp;h=2f8afc006700e698779b5bd4bb933d21138b1d10;hp=76d063eb952455259ebe42629c8333da149bb875;hb=979b2636e20e037573c7c178a2e99fba282ed711;hpb=fe05a95540836868b2c0e57c6e61de59bc84a65d diff --git a/ginac/symbol.cpp b/ginac/symbol.cpp index 76d063eb..2f8afc00 100644 --- a/ginac/symbol.cpp +++ b/ginac/symbol.cpp @@ -224,7 +224,7 @@ ex symbol::eval(int level) const ex symbol::conjugate() const { if (this->domain == domain::complex) { - return GiNaC::conjugate(*this).hold(); + return GiNaC::conjugate_function(*this).hold(); } else { return *this; }