Misc. typos

+ some are doxy others are just comment code.  
+ some minor whitespace and grammatical tweaks. 
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366). So it's ok to merge them in to master.
This commit is contained in:
luzpaz
2017-10-03 11:09:41 -04:00
committed by wmayer
parent 732eab609b
commit f3bf8fe919
97 changed files with 125 additions and 125 deletions

View File

@@ -1973,8 +1973,8 @@ bool SpringbackCorrection::GetCurvature(TopoDS_Face aFace)
}
// 1. Computes the curvature of the mesh at the verticies
// 2. Stores the minimum curvatures along the neighbours for all verticies in a vector
// 1. Computes the curvature of the mesh at the vertices
// 2. Stores the minimum curvatures along the neighbours for all vertices in a vector
std::vector<double> SpringbackCorrection::MeshCurvature(const TopoDS_Face& aFace, const MeshCore::MeshKernel& mesh)
{