X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fflags.h;h=90f4e38d992960961613eba7d8d52f3ffd063552;hp=cc735b64a206648d124357d6ba9bf9e7ba5af943;hb=8bcccf834ad41e94a1a4f3a0304c2945b228b4f4;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27 diff --git a/ginac/flags.h b/ginac/flags.h index cc735b64..90f4e38d 100644 --- a/ginac/flags.h +++ b/ginac/flags.h @@ -1,7 +1,8 @@ /** @file flags.h * - * Collection of all flags used through the GiNaC framework. - * + * Collection of all flags used through the GiNaC framework. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -22,6 +23,8 @@ #ifndef __GINAC_FLAGS_H__ #define __GINAC_FLAGS_H__ +namespace GiNaC { + class expand_options { public: enum { expand_trigonometric = 0x0001 @@ -111,4 +114,6 @@ public: }; }; +} // namespace GiNaC + #endif // ndef __GINAC_FLAGS_H__