X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Foperators.h;h=3514c6ff59cfab66ab0e0035b669bbbb27c98f44;hp=3f363dea6903b885bec2b152b526c64929dde975;hb=798d53ebb4da4e8e3865ed7bd7f31412fe2be3a7;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/ginac/operators.h b/ginac/operators.h index 3f363dea..3514c6ff 100644 --- a/ginac/operators.h +++ b/ginac/operators.h @@ -3,7 +3,7 @@ * Interface to GiNaC's overloaded operators. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 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_OPERATORS_H__ -#define __GINAC_OPERATORS_H__ +#ifndef GINAC_OPERATORS_H +#define GINAC_OPERATORS_H #include @@ -101,4 +101,4 @@ std::ostream & no_index_dimensions(std::ostream & os); } // namespace GiNaC -#endif // ndef __GINAC_OPERATORS_H__ +#endif // ndef GINAC_OPERATORS_H