X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexprseq.cpp;h=e8d6406b06da6e5ed7f74a8e82cd8a0f5b754c8d;hp=329701557540e4f7ab80a5bfdd15874f4ce7ee71;hb=8bcccf834ad41e94a1a4f3a0304c2945b228b4f4;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/ginac/exprseq.cpp b/ginac/exprseq.cpp index 32970155..e8d6406b 100644 --- a/ginac/exprseq.cpp +++ b/ginac/exprseq.cpp @@ -1,6 +1,8 @@ /** @file exprseq.cpp * - * Implementation of GiNaC's exprseq. + * Implementation of GiNaC's exprseq. */ + +/* * This file was generated automatically by container.pl. * Please do not modify it directly, edit the perl script instead! * container.pl options: $CONTAINER=exprseq @@ -9,9 +11,8 @@ * $prepend=0 * $let_op=0 * $open_bracket=( - * $close_bracket=) */ - -/* + * $close_bracket=) + * * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -34,6 +35,9 @@ #include "exprseq.h" #include "ex.h" +#include "debugmsg.h" + +namespace GiNaC { #define RESERVE(s,size) (s).reserve(size) @@ -611,3 +615,5 @@ unsigned exprseq::precedence=10; const exprseq some_exprseq; type_info const & typeid_exprseq=typeid(some_exprseq); +} // namespace GiNaC +