From d38a462cfa886ce662f045348c64339b0b30d99c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 24 Mar 2002 19:11:12 +0000 Subject: [PATCH] * Add namespace declarators to is_ex_the_function(). --- ginac/function.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0