X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fintegral.h;h=ff34c48bf4864753f869b4146a1bdeee018d7cec;hp=553dab135fa222563362fb5202c8f2bb898961d4;hb=23ec069cf5e221e0da2890208e69b317b7d27e03;hpb=3ac17e18ada69428fe170c10abcc5f33a30f0676 diff --git a/ginac/integral.h b/ginac/integral.h index 553dab13..ff34c48b 100644 --- a/ginac/integral.h +++ b/ginac/integral.h @@ -3,7 +3,7 @@ * Interface to GiNaC's symbolic integral. */ /* - * GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ namespace GiNaC { -/** Product of expressions. */ +/** Symbolic integral. */ class integral : public basic { GINAC_DECLARE_REGISTERED_CLASS(integral, basic) @@ -51,7 +51,7 @@ public: ex expand(unsigned options = 0) const; exvector get_free_indices() const; unsigned return_type() const; - const basic* return_type_tinfo() const; + tinfo_t return_type_tinfo() const; ex conjugate() const; ex eval_integ() const; protected: