From: asl Date: Wed, 23 Nov 2016 05:47:24 +0000 (+0300) Subject: minor correction of the script X-Git-Tag: v1.6~2^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8feaee2c673a007c39af587f1e9b4d425a6c0794;p=modules%2Fhydrosolver.git minor correction of the script --- diff --git a/src/salome_hydro/interpolz_gui.py b/src/salome_hydro/interpolz_gui.py index b76ce95..1699841 100644 --- a/src/salome_hydro/interpolz_gui.py +++ b/src/salome_hydro/interpolz_gui.py @@ -189,3 +189,8 @@ class InterpolzDlg( QtGui.QDialog ): When the data is input, the user clicks on "Apply" or "Apply and Close" button to perform the script generation. """ QtGui.QMessageBox.about(self, self.tr("About boundary conditions dialog"), msg); + + +if __name__=='__main__': + dlg = InterpolzDlg() + dlg.show()