]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
Added a document about the coding conventions used in GiNaC. Corrections,
[ginac.git] / ginac / clifford.h
index f551abb71febcd2936d444bc74f51612edf38f46..d77707964f1d1d9f9dfb0d637f37fd48bbf705e9 100644 (file)
@@ -178,6 +178,7 @@ ex dirac_gammaR(unsigned char rl = 0);
 
 /** Create a term of the form e_mu * gamma~mu with a unique index mu.
  *
+ *  @param e Original expression
  *  @param dim Dimension of index
  *  @param rl Representation label */
 ex dirac_slash(const ex & e, const ex & dim, unsigned char rl = 0);