X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Findexed.cpp;h=48a8c94801c4c7c9bc8a345b0218d57f2e1ed109;hp=7fcd8939ef6d877bc0e9884532a24102b23ccddc;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=66c0f31c678e6c1938d637636b230ea376c157c1 diff --git a/ginac/indexed.cpp b/ginac/indexed.cpp index 7fcd8939..48a8c948 100644 --- a/ginac/indexed.cpp +++ b/ginac/indexed.cpp @@ -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