X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fclifford.h;h=81e49b017f253c007869fd5e7b84175baa56407c;hp=57e919e1becc3800df005ca6c862a513ade57857;hb=23c3c2c716953d6e4b12548994e210e8d57057ad;hpb=286b0d93528e35957a50c51343e0b4a9bc623bce diff --git a/ginac/clifford.h b/ginac/clifford.h index 57e919e1..81e49b01 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -301,7 +301,7 @@ ex remove_dirac_ONE(const ex & e, unsigned char rl = 0, unsigned options = 0); * * @param e Expression to be processed * @ignore_ONE defines if clifford_ONE should be ignored in the search*/ -char clifford_max_label(const ex & e, bool ignore_ONE = false); +int clifford_max_label(const ex & e, bool ignore_ONE = false); /** Calculation of the norm in the Clifford algebra. */ ex clifford_norm(const ex & e);