Salome HOME
minor correction of the script
authorasl <asl@opencascade.com>
Wed, 23 Nov 2016 05:47:24 +0000 (08:47 +0300)
committerasl <asl@opencascade.com>
Wed, 23 Nov 2016 05:47:24 +0000 (08:47 +0300)
src/salome_hydro/interpolz_gui.py

index b76ce951e0b59151eb0ee82bd90a17e9423b24da..16998413f874176c8740292707c847798928541b 100644 (file)
@@ -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()