]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / function.cpp
index 1870dedd7424d7bd6ae3cb28f23b44a7ae306d2c..d85320663c64078d92339421e791b7d152f70977 100644 (file)
@@ -1,12 +1,12 @@
 /** @file function.cpp
  *
 /** @file function.cpp
  *
- *  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 */
+ *  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
+ *
  *  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
@@ -29,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
@@ -607,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
+