X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fwildcard.h;h=68fe2b99654c31fa1097cfdd91d9d88faad37737;hb=5b271ab557e07090fd87d816da06c4f765b2dde9;hp=1842ce7afd7e4c1b434cedb4e65a14e4e03a9171;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919;p=ginac.git diff --git a/ginac/wildcard.h b/ginac/wildcard.h index 1842ce7a..68fe2b99 100644 --- a/ginac/wildcard.h +++ b/ginac/wildcard.h @@ -3,7 +3,7 @@ * Interface to GiNaC's wildcard objects. */ /* - * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 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 @@ -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_WILDCARD_H__ @@ -75,6 +75,9 @@ inline ex wild(unsigned label = 0) return wildcard(label); } +/** Check whether x has a wildcard anywhere as a subexpression. */ +bool haswild(const ex & x); + } // namespace GiNaC #endif // ndef __GINAC_WILDCARD_H__