X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Florentzidx.cpp;h=3e69d30d4be37b66c61db6a7d50cf6e914123321;hp=02611668313b23a7ad7ed733b18c19dc9eda2701;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=66c0f31c678e6c1938d637636b230ea376c157c1 diff --git a/ginac/lorentzidx.cpp b/ginac/lorentzidx.cpp index 02611668..3e69d30d 100644 --- a/ginac/lorentzidx.cpp +++ b/ginac/lorentzidx.cpp @@ -1,7 +1,8 @@ /** @file lorentzidx.cpp * - * Implementation of GiNaC's lorentz indices. - * + * Implementation of GiNaC's lorentz 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 "lorentzidx.h" #include "utils.h" +#include "debugmsg.h" + +namespace GiNaC { ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -247,5 +251,4 @@ lorentzidx lorentzidx::create_anonymous_representative(void) const const lorentzidx some_lorentzidx; type_info const & typeid_lorentzidx=typeid(some_lorentzidx); - - +} // namespace GiNaC