Skip to content
Snippets Groups Projects
Commit 9401cc53 authored by Henri Payno's avatar Henri Payno
Browse files

gui/pre-edge: update nvict parameter name

parent 966581e0
No related branches found
No related tags found
1 merge request!97Darft: pre_edge: fix post_edge plot. Was plotting pre_edge
Pipeline #80661 passed
...@@ -78,7 +78,7 @@ class _MPreEdgeParameters(qt.QWidget): ...@@ -78,7 +78,7 @@ class _MPreEdgeParameters(qt.QWidget):
# nvict # nvict
self._nvictSB = qt.QSpinBox(parent=self) self._nvictSB = qt.QSpinBox(parent=self)
self._nvictSB.setValue(0) self._nvictSB.setValue(0)
self.layout().addWidget(qt.QLabel("energy exponent", parent=self), 6, 0) self.layout().addWidget(qt.QLabel("nvict (energy exponent)", parent=self), 6, 0)
self.layout().addWidget(self._nvictSB, 6, 1) self.layout().addWidget(self._nvictSB, 6, 1)
# nnorm # nnorm
self._nnorm = _OptionalQIntSpinBox(parent=self) self._nnorm = _OptionalQIntSpinBox(parent=self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment