Salome HOME
*** empty log message ***
authorgdd <gdd>
Wed, 18 Feb 2009 14:05:30 +0000 (14:05 +0000)
committergdd <gdd>
Wed, 18 Feb 2009 14:05:30 +0000 (14:05 +0000)
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 76787174de7d85b5410478be0e91a77aa1f17f47..6b91509556dcc5e721a3c9298580bbdc1fed4bdd 100644 (file)
@@ -78,13 +78,8 @@ extern "C"{
 #include  <GeomSelectionTools.h>
 
 
-/* ===========  PYTHON ==============
- *
- *
- *  On est trop des brutes !
- *
- *
- *
+/* ==================================
+ * ===========  PYTHON ==============
  * ==================================*/
 
 typedef struct {
@@ -674,10 +669,10 @@ bool BLSURFPlugin_BLSURF::Compute(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape)
   cout << "End of Surface Mesh generation" << endl;
   cout << endl;
 
-    cout << "****************** U MIN: " << my_u_min << endl;
-    cout << "****************** V MIN: " << my_v_min << endl;
-    cout << "****************** U MAX: " << my_u_max << endl;
-    cout << "****************** V MAX: " << my_v_max << endl;
+  cout << "****************** U MIN: " << my_u_min << endl;
+  cout << "****************** V MIN: " << my_v_min << endl;
+  cout << "****************** U MAX: " << my_u_max << endl;
+  cout << "****************** V MAX: " << my_v_max << endl;
 
   mesh_t *msh;
   blsurf_data_get_mesh(bls, &msh);