We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d5070 commit 70fdbbbCopy full SHA for 70fdbbb
loopstructural/gui/map2loop_tools/thickness_calculator_widget.py
@@ -202,7 +202,7 @@ def _run_calculator(self):
202
'structure': self.structureLayerComboBox.currentLayer(),
203
'calculator_type': calculator_type,
204
'unit_name_field': self.unitNameFieldComboBox.currentField(),
205
- 'basal_unit_name_field': self.basalUnitNameFieldComboBox.currentField(),
+ 'basal_contacts_unit_name': self.basalUnitNameFieldComboBox.currentField(),
206
'dip_field': self.dipFieldComboBox.currentField(),
207
'dipdir_field': self.dipDirFieldComboBox.currentField(),
208
'orientation_type': self.orientationTypeComboBox.currentText(),
0 commit comments