X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fconstant.h;h=89cb7ebae83576c0d1e02cf0c33666e9ddbf30ab;hp=e772ada848566a796b9e307f48748a6f2cdd5bb6;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27 diff --git a/ginac/constant.h b/ginac/constant.h index e772ada8..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 @@ -23,6 +24,9 @@ #define __GINAC_CONSTANT_H__ #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 @@ -86,4 +90,6 @@ extern const constant Pi; extern const constant Catalan; extern const constant EulerGamma; +} // namespace GiNaC + #endif // ndef __GINAC_CONSTANT_H__