Salome HOME
Intersection: renaming some variables and refactor to make the algo easier to read.
[tools/medcoupling.git] / doc / tutorial / medcouplingloaderex2_en.rst
index 4feaa72722820bc91a38a4e8a591c9b1cbce2ac6..02eadad925baaa7eee850ffaf5af3d3dd8b00e87 100644 (file)
@@ -102,7 +102,7 @@ Name this new instance "zone1Mobm", remove all orphan nodes and display. ::
 .. image:: images/zone1Mobm.jpg
 
 From now on we work on "zone1Mobm". We will reduce the working area of "fixm" around "zone1Mobm".
-To achive this: reduce "fixm" taking only "fixm" cells located in the bounding box of "zone1Mobm" (MEDCouplingUMesh.getBoundingBox() and MEDCouplingUMesh.getCellsInBoundingBox()).
+To achieve this: reduce "fixm" taking only "fixm" cells located in the bounding box of "zone1Mobm" (MEDCouplingUMesh.getBoundingBox() and MEDCouplingUMesh.getCellsInBoundingBox()).
 Name this object "partFixm", remove its orphan nodes and display it. ::
 
        ids2=fixm.getCellsInBoundingBox(zone1Mobm.getBoundingBox(),1e-10)