X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fstructure.h;h=a0fe9b7dfb5e26d58087482a54958a15583717b5;hp=ead2670fb1e67880f09f5f992140c23c32f9cb79;hb=871695b656ffdc8336a8c00247dc14255bea7b8b;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27 diff --git a/ginac/structure.h b/ginac/structure.h index ead2670f..a0fe9b7d 100644 --- a/ginac/structure.h +++ b/ginac/structure.h @@ -1,8 +1,9 @@ /** @file structure.h * - * Interface to 'abstract' class structure. - * - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * Interface to 'abstract' class structure. */ + +/* + * GiNaC Copyright (C) 1999-2000 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 @@ -22,6 +23,12 @@ #ifndef __GINAC_STRUCTURE_H__ #define __GINAC_STRUCTURE_H__ +#include + +#ifndef NO_GINAC_NAMESPACE +namespace GiNaC { +#endif // ndef NO_GINAC_NAMESPACE + struct registered_structure_info { char const * name; }; @@ -79,5 +86,8 @@ public: extern const structure some_structure; extern type_info const & typeid_structure; -#endif // ndef __GINAC_STRUCTURE_H__ +#ifndef NO_GINAC_NAMESPACE +} // namespace GiNaC +#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef __GINAC_STRUCTURE_H__