From 02c3b0b2b1be1e34d24bdcb2d9c6fad7d962bfbd Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Wed, 16 Aug 2006 20:28:18 +0000 Subject: [PATCH] Fixed doxygen warning for function lst_to_clifford. --- ginac/clifford.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ginac/clifford.h b/ginac/clifford.h index ef970c87..214ed59d 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -303,9 +303,14 @@ ex clifford_inverse(const ex & e); * @param mu Index (must be of class varidx or a derived class) * @param metr Metric (should be of class tensmetric or a derived class, or a matrix) * @param rl Representation label - * @param e Clifford unit object * @return Clifford vector with given components */ ex lst_to_clifford(const ex & v, const ex & mu, const ex & metr, unsigned char rl = 0); + +/** List or vector conversion into the Clifford vector. + * + * @param v List or vector of coordinates + * @param e Clifford unit object + * @return Clifford vector with given components */ ex lst_to_clifford(const ex & v, const ex & e); /** An inverse function to lst_to_clifford(). For given Clifford vector extracts -- 2.47.0