X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fflags.h;h=1bd1bf42cee2bff82a352f6c2c17a68ac54b237b;hp=616cc56f0a13af5facecbba9f019e13d7029fee5;hb=fe05a95540836868b2c0e57c6e61de59bc84a65d;hpb=8dc09f48182574d792a2ed7c37b66831d9267a6c diff --git a/ginac/flags.h b/ginac/flags.h index 616cc56f..1bd1bf42 100644 --- a/ginac/flags.h +++ b/ginac/flags.h @@ -47,13 +47,11 @@ public: }; }; -/** Flags to decide how conjugate should treat a symbol */ -class symbol_options { +/** Domain of an object */ +class domain { public: enum { - /** Symbol is treated like a complex valued expression */ complex, - /** Symbol is treated like a real valued expression */ real }; };