]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
- put everything in "GiNaC" namespace
[ginac.git] / ginac / inifcns.h
index 095abf7cd5427cf1428feaf5f8ba319009ae0677..42f3838919635a98b95f989e98a2d823d68cfe1c 100644 (file)
@@ -1,7 +1,8 @@
 /** @file inifcns.h
  *
 /** @file inifcns.h
  *
- *  Interface to GiNaC's initially known functions.
- *
+ *  Interface to GiNaC's initially known functions. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -25,6 +26,8 @@
 #include <ginac/function.h>
 #include <ginac/ex.h>
 
 #include <ginac/function.h>
 #include <ginac/ex.h>
 
+namespace GiNaC {
+
 /** Sine. */
 DECLARE_FUNCTION_1P(sin)
 
 /** Sine. */
 DECLARE_FUNCTION_1P(sin)
 
@@ -97,4 +100,6 @@ inline bool is_order_function(ex const & e)
        return is_ex_the_function(e, Order);
 }
 
        return is_ex_the_function(e, Order);
 }
 
+} // namespace GiNaC
+
 #endif // ndef __GINAC_INIFCNS_H__
 #endif // ndef __GINAC_INIFCNS_H__