Skip to content

Commit 2f2d79f

Browse files
committed
Revert change. Didn't mean to modify extern
1 parent 2a83c9f commit 2f2d79f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extern/qhull/global.c

+1
Original file line numberDiff line numberDiff line change
@@ -1843,6 +1843,7 @@ void qh_initqhull_start2(FILE *infile, FILE *outfile, FILE *errfile) {
18431843
time_t timedata;
18441844
int seed;
18451845

1846+
qh_CPUclock; /* start the clock(for qh_clock). One-shot. */
18461847
#if qh_QHpointer
18471848
memset((char *)qh_qh, 0, sizeof(qhT)); /* every field is 0, FALSE, NULL */
18481849
#else

0 commit comments

Comments
 (0)