X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Frelational.h;h=6983cbfa02f0429da6e296121656c58339413c6d;hp=dd469101831003bf86c0ce266db64b2d25f92dd5;hb=2bf56ec52a7bed4ac3d02be8887b0287b5acd189;hpb=cca88b51436e4b654d16a4d60cd0d1c66fcf5dd6 diff --git a/ginac/relational.h b/ginac/relational.h index dd469101..6983cbfa 100644 --- a/ginac/relational.h +++ b/ginac/relational.h @@ -3,7 +3,7 @@ * Interface to relations between expressions. */ /* - * GiNaC Copyright (C) 1999-2014 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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 @@ -82,7 +82,7 @@ public: // non-virtual functions in this class private: - // For conversions to boolean, as would be used in an if conditional, + // For conversions to Boolean, as would be used in an if conditional, // implicit conversions from bool to int have a large number of // undesirable side effects. The following safe_bool type enables // use of relational objects in conditionals without those side effects