]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.h
- put everything in "GiNaC" namespace
[ginac.git] / ginac / fail.h
index 2fc383ef747c66ba1b4c956065e86e387a81cc6b..7edc7b1bd842f972c1a2d3b3f739bec6c22cc010 100644 (file)
@@ -26,6 +26,8 @@
 
 #include <ginac/basic.h>
 
 
 #include <ginac/basic.h>
 
+namespace GiNaC {
+
 class fail : public basic
 {
 // member functions
 class fail : public basic
 {
 // member functions
@@ -67,6 +69,6 @@ protected:
 extern const fail some_fail;
 extern type_info const & typeid_fail;
 
 extern const fail some_fail;
 extern type_info const & typeid_fail;
 
-#endif // ndef __GINAC_FAIL_H__
-
+} // namespace GiNaC
 
 
+#endif // ndef __GINAC_FAIL_H__