X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Fpower.h;h=c39b64839423c21d9fe88b27720c614c485dbdf2;hb=55a08d9cb9005bb10def92d5e8f5a816003da16b;hp=4a22ef445c151787361494bf8adebac4d7ddd491;hpb=d327f3f00c66a79d42855939866047b3e8caa630;p=ginac.git diff --git a/ginac/power.h b/ginac/power.h index 4a22ef44..c39b6483 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -3,7 +3,7 @@ * Interface to GiNaC's symbolic exponentiation (basis^exponent). */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2014 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_POWER_H__ -#define __GINAC_POWER_H__ +#ifndef GINAC_POWER_H +#define GINAC_POWER_H #include "basic.h" #include "ex.h" @@ -132,4 +132,4 @@ inline ex sqrt(const ex & a) } // namespace GiNaC -#endif // ndef __GINAC_POWER_H__ +#endif // ndef GINAC_POWER_H