Skip to content

Commit 558b04c

Browse files
committed
va2
1 parent 76f4dc7 commit 558b04c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsrc/va2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ static A jtva2(J jtfg,AD * RESTRICT a,AD * RESTRICT w,AD * RESTRICT self,UI allr
10931093
RESETRANK; // Ranks are required for sparse, which calls IRS-enabled routines internally. We clear in case the action routine calls a function with IRS
10941094

10951095
// Signal domain error if appropriate. Must do this after agreement tests
1096-
if(!(aadocv->f))SEGFAULT; ASSERT(aadocv->f,EVDOMAIN);
1096+
ASSERT(aadocv->f,EVDOMAIN);
10971097
if(likely(jtfg!=0)){ // if not sparse...
10981098
// Not sparse.
10991099

0 commit comments

Comments
 (0)