]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns_gamma.cpp
- Instead of just totally symmetric or antisymmetric, complex symmetries
[ginac.git] / ginac / inifcns_gamma.cpp
index 8fa1998b868541e7a77a832cec92f0182ad9611a..dfc5ee175b41f015198b2091daf1f9eff35321df 100644 (file)
@@ -31,6 +31,7 @@
 #include "power.h"
 #include "relational.h"
 #include "symbol.h"
+#include "symmetry.h"
 #include "utils.h"
 
 namespace GiNaC {
@@ -319,7 +320,8 @@ REGISTER_FUNCTION(beta, eval_func(beta_eval).
                         evalf_func(beta_evalf).
                         derivative_func(beta_deriv).
                         series_func(beta_series).
-                        latex_name("\\mbox{B}"));
+                        latex_name("\\mbox{B}").
+                                               set_symmetry(sy_symm(0, 1)));
 
 
 //////////