]> www.ginac.de Git - ginac.git/blobdiff - ginac/utils.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / utils.cpp
index 69d4f46110dc43e5a50f717d82bb1d834334c20d..446377b219ecbd7c4d7d6c6b14ff3f0af82cf552 100644 (file)
@@ -1,7 +1,8 @@
 /** @file utils.cpp
  *
- *  Implementation of several small and furry utilities.
- *
+ *  Implementation of several small and furry utilities. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include "utils.h"
+
+namespace GiNaC {
+
 unsigned log2(unsigned n)
 {
     unsigned k;
@@ -110,6 +115,4 @@ int compare_pointers(void const * a, void const * b)
 // private
 // none
 
-
-
-
+} // namespace GiNaC