X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fisospin.cpp;h=e5288e9cc16d999d211c0b0b005dbbf3fd73a643;hb=be0485a03e9886496eeb7e8cdc2cc5c95b848632;hp=672ea924bf81c60193cbbfb7769d8832a4b9be34;hpb=9eab44408b9213d8909b7a9e525f404ad06064dd;p=ginac.git diff --git a/ginac/isospin.cpp b/ginac/isospin.cpp index 672ea924..e5288e9c 100644 --- a/ginac/isospin.cpp +++ b/ginac/isospin.cpp @@ -151,7 +151,7 @@ bool isospin::info(unsigned inf) const int isospin::compare_same_type(basic const & other) const { - ASSERT(other.tinfo() == TINFO_isospin); + GINAC_ASSERT(other.tinfo() == TINFO_isospin); const isospin *o = static_cast(&other); if (serial==o->serial) { return indexed::compare_same_type(other);