From: ageay Date: Tue, 9 Apr 2013 09:39:56 +0000 (+0000) Subject: Some docs X-Git-Tag: V6_main_FINAL~180 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a05de8271989b5876c21d96e2c27d91fc4debc18;p=tools%2Fmedcoupling.git Some docs --- diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index 53d270d73..a76b4e8b0 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -3641,7 +3641,8 @@ MEDCouplingFieldDouble *MEDCouplingUMesh::getMeasureFieldOnNode(bool isAbs) cons /*! * Returns a new MEDCouplingFieldDouble holding normal vectors to cells of \a this - * mesh. The computed vectors have this->getMeshDimension()+1 components + * mesh. The returned normal vectors to each cell have a norm2 equal to 1. + * The computed vectors have this->getMeshDimension()+1 components * and are normalized. *
\a this can be either * - a 2D mesh in 2D or 3D space or