X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fncmul.h;h=5c56e14cb460ad35a29ed75bff91bb06236e6a00;hp=910142745ca215a59253ba58724edad47cf48209;hb=265e5f9537e128887655119fc4cc8d3a46f3dcff;hpb=12fefbca9b424cb8e9ae05d83883b96e17c7b96e diff --git a/ginac/ncmul.h b/ginac/ncmul.h index 91014274..5c56e14c 100644 --- a/ginac/ncmul.h +++ b/ginac/ncmul.h @@ -3,7 +3,7 @@ * Interface to GiNaC's non-commutative products of expressions. */ /* - * GiNaC Copyright (C) 1999-2008 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,10 +20,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_NCMUL_H__ -#define __GINAC_NCMUL_H__ +#ifndef GINAC_NCMUL_H +#define GINAC_NCMUL_H #include "exprseq.h" +#include "archive.h" namespace GiNaC { @@ -86,6 +87,7 @@ protected: public: const exvector & get_factors() const; }; +GINAC_DECLARE_UNARCHIVER(ncmul); // friend funtions @@ -94,4 +96,4 @@ ex hold_ncmul(const exvector & v); } // namespace GiNaC -#endif // ndef __GINAC_NCMUL_H__ +#endif // ndef GINAC_NCMUL_H