X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Fconstant.h;h=89cb7ebae83576c0d1e02cf0c33666e9ddbf30ab;hb=48b41ea321ed9fa6115a1061d1a1d2f8d8ad0400;hp=488d8a3edbd515fb54a77f3892ef8619b56ac806;hpb=66c0f31c678e6c1938d637636b230ea376c157c1;p=ginac.git diff --git a/ginac/constant.h b/ginac/constant.h index 488d8a3e..89cb7eba 100644 --- a/ginac/constant.h +++ b/ginac/constant.h @@ -1,7 +1,8 @@ /** @file constant.h * - * Interface to GiNaC's constant types and some special constants. - * + * Interface to GiNaC's constant types and some special constants. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -25,6 +26,8 @@ #include #include +namespace GiNaC { + /** This class holds constants, symbols with specific numerical value. Each * object of this class must either provide their own function to evaluate it * to class numeric or provide the constant as a numeric (if it's an exact @@ -87,4 +90,6 @@ extern const constant Pi; extern const constant Catalan; extern const constant EulerGamma; +} // namespace GiNaC + #endif // ndef __GINAC_CONSTANT_H__