Skip to content

Commit 2f5d9de

Browse files
committed
Updated ASL2 to 20240106, fixing a bug with constant terms that apparently involve variables, such as (x-x)^2.
1 parent 2473f4e commit 2f5d9de

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/solvers2/asldate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
long ASLdate_ASL = 20231111;
1+
long ASLdate_ASL = 20240106;

src/solvers2/pfghread.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2873,10 +2873,8 @@ getgroup(Static *S, real scale, expr *e, PSfind *p)
28732873
g->pi.b = b;
28742874
g->pi.be = be;
28752875
del_Elemtemp(S, p1.b);
2876-
if (!b && !nzc1) {
2877-
--p->ng;
2876+
if (!b && !nzc1)
28782877
return 1;
2879-
}
28802878
for(; b < be; b++) {
28812879
if (!(U = b->U))
28822880
continue;

0 commit comments

Comments
 (0)