]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / indexed.cpp
index 7fcd8939ef6d877bc0e9884532a24102b23ccddc..48a8c94801c4c7c9bc8a345b0218d57f2e1ed109 100644 (file)
@@ -1,7 +1,8 @@
 /** @file indexed.cpp
  *
- *  Implementation of GiNaC's index carrying objects.
- *
+ *  Implementation of GiNaC's index carrying objects. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -24,6 +25,9 @@
 #include "indexed.h"
 #include "ex.h"
 #include "idx.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -288,3 +292,4 @@ bool indexed::all_of_type_idx(void) const
 const indexed some_indexed;
 type_info const & typeid_indexed=typeid(some_indexed);
 
+} // namespace GiNaC