]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / function.cpp
index 0afb41ebe03b728427542c20795e2744c78f2c3f..d85320663c64078d92339421e791b7d152f70977 100644 (file)
@@ -1,7 +1,8 @@
 /** @file function.cpp
  *
 /** @file function.cpp
  *
- *  Implementation of class function.
- *
+ *  Implementation of class function. */
+
+/*
  *  This file was generated automatically by function.pl.
  *  Please do not modify it directly, edit the perl script instead!
  *  function.pl options: $maxargs=10
  *  This file was generated automatically by function.pl.
  *  Please do not modify it directly, edit the perl script instead!
  *  function.pl options: $maxargs=10
@@ -28,6 +29,9 @@
 
 #include "function.h"
 #include "ex.h"
 
 #include "function.h"
 #include "ex.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -606,3 +610,5 @@ unsigned function::register_new(char const * nm, eval_funcp_10 e,
 const function some_function;
 type_info const & typeid_function=typeid(some_function);
 
 const function some_function;
 type_info const & typeid_function=typeid(some_function);
 
+} // namespace GiNaC
+