Fix typos

This commit is contained in:
asiersarasua
2017-04-09 12:01:58 +02:00
committed by wmayer
parent 727c835227
commit ba3274cf1a
7 changed files with 7 additions and 7 deletions

View File

@@ -1046,7 +1046,7 @@ void StdMeshers_Penta_3D::MakeBlock()
if (iCnt>1) {
// \begin{E.A.}
// The current algorithm fails if there is more that one
// face wich contains triangles ...
// face which contains triangles ...
// In that case, replace return by break to try another
// method (coded in "if (iCnt != 1) { ... }")
//