From: Christian Bauer Date: Mon, 21 Jul 2003 17:34:54 +0000 (+0000) Subject: synced to 1.1 X-Git-Tag: release_1-0-15~20 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e2627379c98aeafae903cc2f04bdbdc9defa34f7;ds=sidebyside synced to 1.1 --- diff --git a/check/time_dennyfliegner.cpp b/check/time_dennyfliegner.cpp index 4fd13c46..5920b433 100644 --- a/check/time_dennyfliegner.cpp +++ b/check/time_dennyfliegner.cpp @@ -42,7 +42,7 @@ static unsigned expand_subs(unsigned size) // prepare aux so it will swallow anything but a1^2: aux = -e + a[0] + a[1]; - e = pow(e,2).expand().subs(a[0]==aux, subs_options::subs_no_pattern).expand(); + e = pow(e,2).expand().subs(a[0]==aux, subs_options::no_pattern).expand(); if (e != pow(a[1],2)) { clog << "Denny Fliegner's quick consistency check erroneously returned "