]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / flags.h
index 2057baa219f72dcb6475e7174510a32001a026e4..6a1bfa4df35f15d34ce949f1bcda1bcd15af6ed5 100644 (file)
 #ifndef __GINAC_FLAGS_H__
 #define __GINAC_FLAGS_H__
 
 #ifndef __GINAC_FLAGS_H__
 #define __GINAC_FLAGS_H__
 
+#ifndef NO_GINAC_NAMESPACE
+namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
+
 class expand_options {
 public:
     enum { expand_trigonometric      = 0x0001
 class expand_options {
 public:
     enum { expand_trigonometric      = 0x0001
@@ -112,4 +116,8 @@ public:
        };
 };
 
        };
 };
 
+#ifndef NO_GINAC_NAMESPACE
+} // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE
+
 #endif // ndef __GINAC_FLAGS_H__
 #endif // ndef __GINAC_FLAGS_H__