File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
rev : v1.0.0
20
20
hooks :
21
21
- id : runic
22
- - repo : https://github.com/codespell-project/codespell
23
- rev : v2.2.4
24
- hooks :
25
- - id : codespell
22
+ # - repo: https://github.com/codespell-project/codespell
23
+ # rev: v2.2.4
24
+ # hooks:
25
+ # - id: codespell
Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ This is obtained by specifying the "p" flag.
123
123
md """
124
124
### CDT with maximum area constraint
125
125
126
- This constraint is specfied as a floating
126
+ This constraint is specified as a floating
127
127
point number given after the -a flag.
128
128
Be careful to not give it in the exponential format as Triangle would be unable to analyse it.
129
129
Therefore it is dangerous to provide it via string interpolation and it is better to convert it to a string before using `@sprintf`.
130
130
131
131
Specifying only the maximum area constraint does not prevent very thin
132
- triangles from occuring at the boundary.
132
+ triangles from occurring at the boundary.
133
133
134
134
"""
135
135
@@ -151,7 +151,7 @@ constraint preventing skinny triangles.
151
151
152
152
This combination of flags, possibly with an additional "D" flag is recommended
153
153
when creating triangulations for finite element or finite volume methods.
154
- It the mimimum angle is larger then 28.6 degrees, Triangle's algorithm may
154
+ It the minimum angle is larger then 28.6 degrees, Triangle's algorithm may
155
155
run into an infinite loop.
156
156
157
157
"""
You can’t perform that action at this time.
0 commit comments