X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fflags.h;h=547cc5949262b27ad9920b01d4ba284c7ff7f995;hp=3002fb716a05ff9677ddc8139c71fffebd58c231;hb=c7299e51d5ecf61b5d85bdfeb9a2db536abf18bb;hpb=dcce72e85f936117b39774a839ec1d76add66aec;ds=sidebyside diff --git a/ginac/flags.h b/ginac/flags.h index 3002fb71..547cc594 100644 --- a/ginac/flags.h +++ b/ginac/flags.h @@ -3,7 +3,7 @@ * Collection of all flags used through the GiNaC framework. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2009 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 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_FLAGS_H__ -#define __GINAC_FLAGS_H__ +#ifndef GINAC_FLAGS_H +#define GINAC_FLAGS_H namespace GiNaC { @@ -204,7 +204,7 @@ public: class info_flags { public: enum { - // answered by class numeric and symbols/constants in particular domains + // answered by class numeric, add, mul and symbols/constants in particular domains numeric, real, rational, @@ -292,4 +292,4 @@ public: } // namespace GiNaC -#endif // ndef __GINAC_FLAGS_H__ +#endif // ndef GINAC_FLAGS_H