]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
Providing default (un)archiving for cliffordunit class.
[ginac.git] / ginac / clifford.h
index 57e919e1becc3800df005ca6c862a513ade57857..7aa05c4843d81f6029ad92ddddecbbecc8042028 100644 (file)
@@ -113,6 +113,7 @@ protected:
        void do_print(const print_context & c, unsigned level) const;
        void do_print_latex(const print_latex & c, unsigned level) const;
 };
+GINAC_DECLARE_UNARCHIVER(cliffordunit);
 
 
 /** This class represents the Dirac gamma Lorentz vector. */
@@ -301,7 +302,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);