X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexpair.h;h=aa4a72cdd2f45b6552d5909dda4f32a4ed7ac913;hp=e0da1bf428fc137528d0c1c38a9cc27b25285626;hb=352547eac1ff77d754870b3b8299899089edc24b;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750 diff --git a/ginac/expair.h b/ginac/expair.h index e0da1bf4..aa4a72cd 100644 --- a/ginac/expair.h +++ b/ginac/expair.h @@ -3,7 +3,7 @@ * Definition of expression pairs (building blocks of expairseq). */ /* - * GiNaC Copyright (C) 1999-2007 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_EXPAIR_H__ -#define __GINAC_EXPAIR_H__ +#ifndef GINAC_EXPAIR_H +#define GINAC_EXPAIR_H #include "ex.h" #include "numeric.h" @@ -117,4 +117,4 @@ inline void iter_swap(std::vector::iterator i1, std::vector::ite } // namespace GiNaC -#endif // ndef __GINAC_EXPAIR_H__ +#endif // ndef GINAC_EXPAIR_H