Skip to content

Commit e784100

Browse files
authored
Merge pull request #234 from fAndreuzzi/patch-2
Fix typos in documentation
2 parents 5ecaaa8 + 1c59994 commit e784100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygem/rbf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
so-called control points, as for FFD, but RBF is interpolatory. Another
55
important key point of RBF strategy relies in the way we can locate the control
66
points: in fact, instead of FFD where control points need to be placed inside a
7-
regular lattice, with RBF we hano no more limitations. So we have the
8-
possibility to perform localized control points refiniments.
7+
regular lattice, with RBF we have no more limitations. So we have the
8+
possibility to perform localized control points refinements.
99
The module is analogous to the freeform one.
1010
1111
:Theoretical Insight:

0 commit comments

Comments
 (0)