]> www.ginac.de Git - ginac.git/blobdiff - ginac/coloridx.cpp
- corrected a bunch of typos.
[ginac.git] / ginac / coloridx.cpp
index ff4a5f45bc223569a246ab08f200ccf60e52055a..dc8eed7d9c35533c574ff5a90187d4a8ec337ace 100644 (file)
@@ -1,7 +1,8 @@
 /** @file coloridx.cpp
  *
- *  Implementation of GiNaC's color indices.
- *
+ *  Implementation of GiNaC's color indices. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -23,6 +24,9 @@
 
 #include "coloridx.h"
 #include "utils.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -209,5 +213,4 @@ bool coloridx::info(unsigned inf) const
 const coloridx some_coloridx;
 type_info const & typeid_coloridx=typeid(some_coloridx);
 
-
-
+} // namespace GiNaC