]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.cpp
conjugate() symbolic function renamed to conjugate_function()
[ginac.git] / ginac / symbol.cpp
index 76d063eb952455259ebe42629c8333da149bb875..2f8afc006700e698779b5bd4bb933d21138b1d10 100644 (file)
@@ -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;
        }