Skip to content

Commit

Permalink
Updated ASL2 to 20240106, fixing a bug with constant terms that appar…
Browse files Browse the repository at this point in the history
…ently involve variables, such as (x-x)^2.
  • Loading branch information
mapgccv committed Feb 1, 2024
1 parent 2473f4e commit 2f5d9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/solvers2/asldate.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
long ASLdate_ASL = 20231111;
long ASLdate_ASL = 20240106;
4 changes: 1 addition & 3 deletions src/solvers2/pfghread.c
Original file line number Diff line number Diff line change
Expand Up @@ -2873,10 +2873,8 @@ getgroup(Static *S, real scale, expr *e, PSfind *p)
g->pi.b = b;
g->pi.be = be;
del_Elemtemp(S, p1.b);
if (!b && !nzc1) {
--p->ng;
if (!b && !nzc1)
return 1;
}
for(; b < be; b++) {
if (!(U = b->U))
continue;
Expand Down

0 comments on commit 2f5d9de

Please sign in to comment.