From: Richard Kreckel Date: Mon, 6 Jun 2022 16:52:02 +0000 (+0200) Subject: [TESTS] Fix node::operator< in time_antipode.cpp. X-Git-Tag: release_1-8-4~8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=35a71d5302d689454dc853e94da4e1ef4a53ff18;p=ginac.git [TESTS] Fix node::operator< in time_antipode.cpp. Reported by Yuri Gribov . --- diff --git a/check/time_antipode.cpp b/check/time_antipode.cpp index 5fbc5f98..21f76b32 100644 --- a/check/time_antipode.cpp +++ b/check/time_antipode.cpp @@ -308,7 +308,7 @@ bool node::operator<(const node &n) const return typeid(*vert).before(typeid(*n.vert)); // Are the indices of the top-level nodes different? if (!(*vert==*n.vert)) - return (vert