We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Possible changes:
Allow the verbosity singleton class to separately set Meep and MPB verbosity, e.g. with verbosity.mpb = 0.
verbosity.mpb = 0
When calling MPB via Meep (in src/mpb.cpp), temporarily set the MPB verbosity to meep::verbosity - 1.
meep::verbosity - 1
In MPB, make all of the LINMIN warnings only appear for verbosity > 1.
verbosity > 1
The text was updated successfully, but these errors were encountered:
RobinD42
Successfully merging a pull request may close this issue.
Possible changes:
Allow the verbosity singleton class to separately set Meep and MPB verbosity, e.g. with
verbosity.mpb = 0
.When calling MPB via Meep (in src/mpb.cpp), temporarily set the MPB verbosity to
meep::verbosity - 1
.In MPB, make all of the LINMIN warnings only appear for
verbosity > 1
.The text was updated successfully, but these errors were encountered: