X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fstructure.h;h=3478887507c11b20067c606650cd1cc14e25703a;hp=cbe44758c0e6910b0334b90c7c79dbacd8479d59;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=66c0f31c678e6c1938d637636b230ea376c157c1 diff --git a/ginac/structure.h b/ginac/structure.h index cbe44758..34788875 100644 --- a/ginac/structure.h +++ b/ginac/structure.h @@ -1,7 +1,8 @@ /** @file structure.h * - * Interface to 'abstract' class structure. - * + * Interface to 'abstract' class structure. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -24,6 +25,8 @@ #include +namespace GiNaC { + struct registered_structure_info { char const * name; }; @@ -81,5 +84,6 @@ public: extern const structure some_structure; extern type_info const & typeid_structure; -#endif // ndef __GINAC_STRUCTURE_H__ +} // namespace GiNaC +#endif // ndef __GINAC_STRUCTURE_H__