X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_ComputeDlg.cxx;h=7cad36e002f15065de1441bc8689bf837d0b30f6;hb=97889f80acb2a7e5d7c9aaa2b6c6b2557014b49d;hp=dd82c712df9a994a10d89b98ef017262b45bfcdc;hpb=7a713be33b27d6a8c77f983460f0e97e52c6ff7c;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx index dd82c712d..7cad36e00 100644 --- a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx @@ -1994,7 +1994,7 @@ void SMESHGUI_PrecomputeOp::onPreview() { computeFailed = false; myPreviewDisplayer->SetData( previewRes ); - // append shape indeces with computed mesh entities + // append shape indices with computed mesh entities for ( int i = 0, n = aShapesId->length(); i < n; i++ ) myMapShapeId[ aShapesId[ i ] ] = 0; }