Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undocumented option: QT #141

Open
djerius opened this issue Feb 10, 2024 · 0 comments
Open

undocumented option: QT #141

djerius opened this issue Feb 10, 2024 · 0 comments

Comments

@djerius
Copy link

djerius commented Feb 10, 2024

The QT option defined here:

case 'T':
qh_option(qh, "QTestPoints", NULL, NULL);
if (!isdigit(*s)) {
qh_fprintf(qh, qh->ferr, 7091, "qhull option warning: missing number of test points for option 'QTn'\n");
lastwarning= s-2;
}else {
qh->TESTpoints= qh_strtol(s, &s);
qh_option(qh, "QTestPoints", &qh->TESTpoints, NULL);
}
break;

doesn't seem to be documented in either the HTML, manual page, or qhull - output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant