We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0166373 commit 7c1bd0aCopy full SHA for 7c1bd0a
1 file changed
openmc_plotter/main_window.py
@@ -35,6 +35,7 @@ def _openmcReload():
35
# initialize geometry (for volume calculation)
36
openmc.lib.settings.output_summary = False
37
openmc.lib.init(["-c"])
38
+ openmc.lib.settings.verbosity = 1
39
40
class MainWindow(QMainWindow):
41
def __init__(self, font=QtGui.QFontMetrics(QtGui.QFont()), screen_size=QtCore.QSize()):
0 commit comments