diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/NURBScurve.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/NURBScurve.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/NURBScurve.asy b/Master/texmf/doc/asymptote/examples/NURBScurve.asy index b3b8c393b9e..c4da5c2ff5f 100644 --- a/Master/texmf/doc/asymptote/examples/NURBScurve.asy +++ b/Master/texmf/doc/asymptote/examples/NURBScurve.asy @@ -14,7 +14,7 @@ triple[] P={ (-31.5909,21.277,6.70051), (-31.4284,25.4933,6.76745), (-31.5413,30.3485,6.68777), - (-31.4896,32.2839,6.58385), + (-31.4896,32.2839,6.58385) }; draw(P,knot,green); |