X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Finifcns.h;h=9ce66942b9556cd524395d40a28667693cc32de1;hp=9a15bc6777e3cda93b71bfc13a1ef21a9936b3d3;hb=6adfb9102305c7adc340b4c25beb43e18c48751b;hpb=695f6ae955ec530cded8f21efd5569df39447f76 diff --git a/ginac/inifcns.h b/ginac/inifcns.h index 9a15bc67..9ce66942 100644 --- a/ginac/inifcns.h +++ b/ginac/inifcns.h @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GINAC_INIFCNS_H__ @@ -108,7 +108,7 @@ inline function zeta(const T1& p1, const T2& p2) { return function(zeta2_SERIAL::serial, ex(p1), ex(p2)); } class zeta_SERIAL; -template<> inline bool is_the_function(const ex& x) +template<> inline bool is_the_function(const ex& x) { return is_the_function(x) || is_the_function(x); } @@ -127,7 +127,7 @@ inline function G(const T1& x, const T2& s, const T3& y) { return function(G3_SERIAL::serial, ex(x), ex(s), ex(y)); } class G_SERIAL; -template<> inline bool is_the_function(const ex& x) +template<> inline bool is_the_function(const ex& x) { return is_the_function(x) || is_the_function(x); } @@ -162,7 +162,7 @@ inline function psi(const T1 & p1, const T2 & p2) { return function(psi2_SERIAL::serial, ex(p1), ex(p2)); } class psi_SERIAL; -template<> inline bool is_the_function(const ex & x) +template<> inline bool is_the_function(const ex & x) { return is_the_function(x) || is_the_function(x); }