]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.pl
Fix weird ctor invocation syntax.
[ginac.git] / ginac / function.pl
index 4db801bb652abc610154857e9b4d5ff6eaca16d8..a866b7e35f557a8deb06da4b39cf47dd9fc3274b 100644 (file)
@@ -1312,8 +1312,8 @@ ex function::power(const ex & power_param) const // power of function
        
        // No derivative defined? Then return abstract derivative object
        if (opt.power_f == NULL)
        
        // No derivative defined? Then return abstract derivative object
        if (opt.power_f == NULL)
-               return (new power::power(*this, power_param))->setflag(status_flags::dynallocated |
-                                                      status_flags::evaluated);
+               return (new GiNaC::power(*this, power_param))->setflag(status_flags::dynallocated |
+                                                                      status_flags::evaluated);
 
        current_serial = serial;
        if (opt.power_use_exvector_args)
 
        current_serial = serial;
        if (opt.power_use_exvector_args)