-
Notifications
You must be signed in to change notification settings - Fork 110
Barrier log fixes #478
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
Barrier log fixes #478
Conversation
|
/ok to test dda0c5a |
|
|
||
| if (first_factor) { | ||
| settings_.log.printf("Factor time %.2fs\n", numeric_time); | ||
| settings_.log.debug("Factorization time : %.2fs\n", numeric_time); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the same indentation as Symbolic factorization time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it is intended
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This is ok, because it is in debug mode.
|
/merge |
Minor tweaks to the barrier log.