]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
* Supplement some (now deprecated) macros by inlined template functions:
[ginac.git] / ginac / clifford.h
index 9d429dca1ee7ccf0d4c7b50bd9b2902e7dba805d..0233ba0ec38ca05cd542e30b43288bcca0c61a57 100644 (file)
@@ -102,7 +102,7 @@ public:
 
 // global functions
 
-/** Return the clifford object handled by an ex.
+/** Return the clifford object handled by an ex.  Deprecated: use ex_to<clifford>().
  *  This is unsafe: you need to check the type first. */
 inline const clifford &ex_to_clifford(const ex &e)
 {