Misc source comment typos
Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm" -I ~/Projects/fc-word-whitelist.txt` Whitelist consists of: ``` aline alledges als ang behaviour bloaded calculater cancelled cancelling cas centimetre childs colour colours doubleclick dum eiter elemente freez iff indicies initialisation initialise initialised initialises kilometre lod mantatory methode metres millimetre modell nd normaly nto oder ot pres que recurrance rougly seperator serie strack substraction te thru vertexes whitespaces ```
This commit is contained in:
@@ -1447,7 +1447,7 @@ double Approximate::Reparam()
|
||||
|
||||
/*! \brief Extend the Nurb
|
||||
|
||||
Once error is computed and the generated nurb is stil not satisfactory (i.e max_err > tolerance), this function will extend
|
||||
Once error is computed and the generated nurb is still not satisfactory (i.e max_err > tolerance), this function will extend
|
||||
the given Nurb by extending the Knot vectors by 2 and, because the degree is held constant, the control points
|
||||
*/
|
||||
void Approximate::ExtendNurb(double c2, int h)
|
||||
@@ -1466,9 +1466,9 @@ void Approximate::ExtendNurb(double c2, int h)
|
||||
|
||||
/*! \brief Reorder the neighbour list
|
||||
|
||||
This function will reorder the list in one-direction. Clockwise or counter clockwise is depending on the
|
||||
facet list and will not be checked by this function. (i.e the third vertex i.e vertex in first facet that
|
||||
is not the CurIndex or the first neighbour in pnt[Ok, I am also lost with this..., just debug and step to see what I mean...])
|
||||
This function will reorder the list in one-direction. Clockwise or counter clockwise is dependent on the
|
||||
facet list and will not be checked by this function. (i.e the third vertex i.e vertex in first facet that
|
||||
is not the CurIndex or the first neighbour in pnt[Ok, I am also lost with this... just debug and step to see what I mean...])
|
||||
*/
|
||||
void Approximate::ReorderNeighbourList(std::set<unsigned long> &pnt,
|
||||
std::set<unsigned long> &face, std::vector<unsigned long> &nei, unsigned long CurInd)
|
||||
|
||||
Reference in New Issue
Block a user