Skip to content

Commit 9b87abf

Browse files
committed
geo/intersection.c: fix intersection3 (may be optimization problem)
1 parent 40051e5 commit 9b87abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/geo/intersection.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ register pointer argv[];
9191
eusfloat_t cz,u,v;
9292
eusfloat_t *p1, v1[3], *p2, v2[3], p2p1[3];
9393
eusfloat_t cross[3], cross2;
94-
numunion nu;
94+
volatile numunion nu;
9595

9696
ckarg2(4,5);
9797
if (!isfltvector(argv[0])) error(E_FLOATVECTOR,NULL);

0 commit comments

Comments
 (0)