From 981c12cbcb4c60d80c02fb2d43bc447eee953e89 Mon Sep 17 00:00:00 2001 From: gdd Date: Wed, 18 Feb 2009 14:05:30 +0000 Subject: [PATCH] *** empty log message *** --- src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) 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); -- 2.30.2