bradb

Results 60 comments of bradb

The Qhull library contains multiple options for controlling the output. The "undesired" output is from option 's'. It is the default option if no options are provided to Qhull. http://www.qhull.org/html/qh-quick.htm#options...

Re: is this right? I don't think so, stderr should be always redirectable to null and all necessary error handling should not count on stderr, I think. The intent of...

Can you explain what the problem is? Is the definition of begin() and end() incorrect? Perhaps compare your code to 'toStdVector'.

Others have had problems with figuring out the C++ interface. Documentation is minimal. full functionality is missing, and the code is non-standard. See Philipp Erler's detailed comments in #145 Improvements...

This email was not received. Please try again

The email, "Use After Free" was classified as junk. Please resend. It should go through. --Brad At 05:54 AM 11/04/2023, 준화 wrote: >Did the email arrive? > >­ >Reply to...

Good catch. Many thanks for reporting the problem and your good bug report. It needs to be fixed, but should not cause problems for most Qhull users. The loop in...

qh_freebuild is only called from qh_freeqhull which frees all memory and zero-outs qhmemT. Is your code calling qh_freebuild from elsewhere? If so, it is likely a mistake. In any case...

Your analysis is good. I need to check if similar problems occur elsewhere. Expect a fix after I review the open issues and requests. qh_build_withrestart in libqhull_r.c is used with...

For the next release.