X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fmatrix.h;h=ea149452d018d7f972d13a5307b2336a04bea915;hp=e48f3d8a19942773de59f3f50c189f04bee63845;hb=1602530f716ba1d425a0667b897182b99c374823;hpb=3627c2c0f2fe8fe04816703c5fc6dad9c96fb0a6 diff --git a/ginac/matrix.h b/ginac/matrix.h index e48f3d8a..ea149452 100644 --- a/ginac/matrix.h +++ b/ginac/matrix.h @@ -3,7 +3,7 @@ * Interface to symbolic matrices */ /* - * 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,17 +20,17 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_MATRIX_H__ -#define __GINAC_MATRIX_H__ +#ifndef GINAC_MATRIX_H +#define GINAC_MATRIX_H -#include -#include #include "basic.h" #include "ex.h" #include "archive.h" -namespace GiNaC { +#include +#include +namespace GiNaC { /** Helper template to allow initialization of matrices via an overloaded * comma operator (idea stolen from Blitz++). */ @@ -250,4 +250,4 @@ inline ex symbolic_matrix(unsigned r, unsigned c, const std::string & base_name) } // namespace GiNaC -#endif // ndef __GINAC_MATRIX_H__ +#endif // ndef GINAC_MATRIX_H