]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
- put everything in "GiNaC" namespace
[ginac.git] / ginac / inifcns.h
index f4af0cb87465cc6379ea41c89dc16c57125dc658..42f3838919635a98b95f989e98a2d823d68cfe1c 100644 (file)
@@ -26,6 +26,8 @@
 #include <ginac/function.h>
 #include <ginac/ex.h>
 
+namespace GiNaC {
+
 /** Sine. */
 DECLARE_FUNCTION_1P(sin)
 
@@ -98,4 +100,6 @@ inline bool is_order_function(ex const & e)
        return is_ex_the_function(e, Order);
 }
 
+} // namespace GiNaC
+
 #endif // ndef __GINAC_INIFCNS_H__