Salome HOME
Regression SALOME_TESTS/Grids/smesh/viscous_layers_00/A1
[modules/smesh.git] / src / SMESH / SMESH_subMesh.cxx
index 0b9269fed84d62ef9e4fa8fcaec5780725ba78e8..8ec6a77b6b022b01f03b078248ad90c0f5601288 100644 (file)
@@ -2122,7 +2122,7 @@ TopoDS_Shape SMESH_subMesh::getCollection(SMESH_Gen * theGen,
     theAlgo->GetUsedHypothesis( *_father, _subShape, ignoreAuxiliaryHyps ); // copy
 
   // put in a compound all shapes with the same hypothesis assigned
-  // and a good ComputState
+  // and a good ComputeState
 
   TopoDS_Compound aCompound;
   BRep_Builder aBuilder;