]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Fix mistake
authorgdd <gdd>
Mon, 24 Sep 2012 10:12:32 +0000 (10:12 +0000)
committergdd <gdd>
Mon, 24 Sep 2012 10:12:32 +0000 (10:12 +0000)
src/BLSURFPlugin/BLSURFPluginDC.py

index bb5f31a304fa831693264a78b1136980a789b533..c7b55681e8fb8d0db4974bf97dbc4714abf68afd 100644 (file)
@@ -424,8 +424,6 @@ class BLSURF_Algorithm(Mesh_Algorithm):
       pass
     return self.params
 
-  pass # end of BLSURF_Algorithm class
-
   #=====================
   # Obsolete methods
   #=====================
@@ -486,3 +484,6 @@ class BLSURF_Algorithm(Mesh_Algorithm):
     print "Warning: SetGeoMax is obsolete. Please use SetMaxSize"
     self.SetMaxSize(theVal)
     pass
+
+
+  pass # end of BLSURF_Algorithm class
\ No newline at end of file