]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.cpp
- ASSERT macro renamed to GINAC_ASSERT
[ginac.git] / ginac / clifford.cpp
index e60ced049b7fdc8bd397882fd8fb98ec803837ca..16f9a4d4c9822e30137f6a074de614c94dabf8e2 100644 (file)
@@ -151,7 +151,7 @@ bool clifford::info(unsigned inf) const
 
 int clifford::compare_same_type(basic const & other) const
 {
-    ASSERT(other.tinfo() == TINFO_clifford);
+    GINAC_ASSERT(other.tinfo() == TINFO_clifford);
     const clifford *o = static_cast<const clifford *>(&other);
     if (serial==o->serial) {
         return indexed::compare_same_type(other);