From: gdd Date: Wed, 18 Feb 2009 14:05:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V0~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=981c12cbcb4c60d80c02fb2d43bc447eee953e89;p=plugins%2Fblsurfplugin.git *** empty log message *** --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index 7678717..6b91509 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx @@ -78,13 +78,8 @@ extern "C"{ #include -/* =========== 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);