Skip to content

Commit 70fdbbb

Browse files
committed
fix: incorrect field name
1 parent 19d5070 commit 70fdbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopstructural/gui/map2loop_tools/thickness_calculator_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _run_calculator(self):
202202
'structure': self.structureLayerComboBox.currentLayer(),
203203
'calculator_type': calculator_type,
204204
'unit_name_field': self.unitNameFieldComboBox.currentField(),
205-
'basal_unit_name_field': self.basalUnitNameFieldComboBox.currentField(),
205+
'basal_contacts_unit_name': self.basalUnitNameFieldComboBox.currentField(),
206206
'dip_field': self.dipFieldComboBox.currentField(),
207207
'dipdir_field': self.dipDirFieldComboBox.currentField(),
208208
'orientation_type': self.orientationTypeComboBox.currentText(),

0 commit comments

Comments
 (0)