Skip to content

Commit

Permalink
FEM: solver calcuix task panel, fix panel
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed May 21, 2019
1 parent 00e14ab commit fc37053
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ def __init__(self, solver_object):
QtCore.QObject.connect(
self.form.pb_write_inp,
QtCore.SIGNAL("clicked()"),
self.write_input_file_handle
self.write_input_file_handler
)
QtCore.QObject.connect(
self.form.pb_edit_inp,
Expand Down

0 comments on commit fc37053

Please sign in to comment.