]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
- Instead of just totally symmetric or antisymmetric, complex symmetries
[ginac.git] / ginac / clifford.h
index 487c12d7f7d1e539d8252ea6a7ffcc98093bfeea..2877b881b3dffd1d34f57daf400b68c7248dca8e 100644 (file)
@@ -151,7 +151,7 @@ ex dirac_trace(const ex & e, unsigned char rl = 0, const ex & trONE = 4);
 
 /** Bring all products of clifford objects in an expression into a canonical
  *  order. This is not necessarily the most simple form but it will allow
- *  to checking two expressions for equality. */
+ *  to check two expressions for equality. */
 ex canonicalize_clifford(const ex & e);
 
 } // namespace GiNaC