]> www.ginac.de Git - ginac.git/blobdiff - ginac/structure.h
- put everything in "GiNaC" namespace
[ginac.git] / ginac / structure.h
index c14a17c8d6d5a5bb5146fcf236bfdbd638b1b489..3478887507c11b20067c606650cd1cc14e25703a 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <ginac/basic.h>
 
+namespace GiNaC {
+
 struct registered_structure_info {
     char const * name;
 };
@@ -82,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__