X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffunction.pl;h=d75e8f645ebf3e359d565067837b31ba60d7a174;hp=ba1b02ae08a2c014f953189a91b4dc62f42b01eb;hb=d38a462cfa886ce662f045348c64339b0b30d99c;hpb=9b22ae81d94c3b3bf74614e32a80fec0cd3eb28e diff --git a/ginac/function.pl b/ginac/function.pl index ba1b02ae..d75e8f64 100755 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -365,7 +365,7 @@ template<> inline bool is_exactly_a(const basic & obj) } #define is_ex_the_function(OBJ, FUNCNAME) \\ - (is_exactly_a(OBJ) && ex_to(OBJ).get_serial() == function_index_##FUNCNAME) + (GiNaC::is_exactly_a(OBJ) && GiNaC::ex_to(OBJ).get_serial() == function_index_##FUNCNAME) } // namespace GiNaC