]> www.ginac.de Git - ginac.git/blobdiff - ginac/idx.cpp
- rotate_31() and golden_hash_ratio() moved to utils.h
[ginac.git] / ginac / idx.cpp
index c24846833989386f5c78d87961dd59a6719d5414..26e91ff87f7444bfb40d6d3300389d6fc8214034 100644 (file)
@@ -1,7 +1,8 @@
 /** @file idx.cpp
  *
 /** @file idx.cpp
  *
- *  Implementation of GiNaC's indices.
- *
+ *  Implementation of GiNaC's indices. */
+
+/*
  *  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
@@ -26,6 +27,9 @@
 #include "lst.h"
 #include "relational.h"
 #include "utils.h"
 #include "lst.h"
 #include "relational.h"
 #include "utils.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -442,6 +446,4 @@ ex subs_indices(ex const & e, exvector const & idxv_subs,
     return res;
 }
 
     return res;
 }
 
-
-
-
+} // namespace GiNaC