Fix misc. source comment typos
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller` Fix ./src/Tools/fcinfo grammar + whitesapce Fix typos in ./src/Mod/Mesh/App/Core/Evaluation.cpp
This commit is contained in:
@@ -840,7 +840,7 @@ bool MeshEvalNeighbourhood::Evaluate ()
|
||||
}
|
||||
else {
|
||||
// we handle only the cases for 1 and 2, for all higher
|
||||
// values we have a non-manifold that is ignorned here
|
||||
// values we have a non-manifold that is ignored here
|
||||
if (count == 2) {
|
||||
const MeshFacet& rFace0 = rclFAry[f0];
|
||||
const MeshFacet& rFace1 = rclFAry[f1];
|
||||
@@ -906,7 +906,7 @@ std::vector<unsigned long> MeshEvalNeighbourhood::GetIndices() const
|
||||
}
|
||||
else {
|
||||
// we handle only the cases for 1 and 2, for all higher
|
||||
// values we have a non-manifold that is ignorned here
|
||||
// values we have a non-manifold that is ignored here
|
||||
if (count == 2) {
|
||||
const MeshFacet& rFace0 = rclFAry[f0];
|
||||
const MeshFacet& rFace1 = rclFAry[f1];
|
||||
@@ -982,7 +982,7 @@ void MeshKernel::RebuildNeighbours (unsigned long index)
|
||||
}
|
||||
else {
|
||||
// we handle only the cases for 1 and 2, for all higher
|
||||
// values we have a non-manifold that is ignorned here
|
||||
// values we have a non-manifold that is ignored here
|
||||
if (count == 2) {
|
||||
MeshFacet& rFace0 = this->_aclFacetArray[f0];
|
||||
MeshFacet& rFace1 = this->_aclFacetArray[f1];
|
||||
@@ -1005,7 +1005,7 @@ void MeshKernel::RebuildNeighbours (unsigned long index)
|
||||
}
|
||||
|
||||
// we handle only the cases for 1 and 2, for all higher
|
||||
// values we have a non-manifold that is ignorned here
|
||||
// values we have a non-manifold that is ignored here
|
||||
if (count == 2) {
|
||||
MeshFacet& rFace0 = this->_aclFacetArray[f0];
|
||||
MeshFacet& rFace1 = this->_aclFacetArray[f1];
|
||||
|
||||
Reference in New Issue
Block a user