fix the PR7774 fix
svn: r1689
This commit is contained in:
parent
10ca63318c
commit
37e0505739
|
@ -175,8 +175,8 @@
|
||||||
(z-ops : _string) (z-title : _string) (z-spacing : _plflt) (z-ticks : _int)
|
(z-ops : _string) (z-title : _string) (z-spacing : _plflt) (z-ticks : _int)
|
||||||
-> _void)))
|
-> _void)))
|
||||||
|
|
||||||
(define* pl-poly3
|
(define* pl-line3
|
||||||
(get-ffi-obj "c_plpoly3" libplplot
|
(get-ffi-obj "c_plline3" libplplot
|
||||||
(_fun
|
(_fun
|
||||||
(n-points : _int = (length x-values))
|
(n-points : _int = (length x-values))
|
||||||
(x-values : (_list i _plflt))
|
(x-values : (_list i _plflt))
|
||||||
|
@ -185,8 +185,8 @@
|
||||||
-> _void)))
|
-> _void)))
|
||||||
|
|
||||||
|
|
||||||
(define* pl-line3
|
(define* pl-poly3
|
||||||
(get-ffi-obj "c_plline3" libplplot
|
(get-ffi-obj "c_plpoly3" libplplot
|
||||||
(_fun
|
(_fun
|
||||||
(n-points : _int = (length x-values))
|
(n-points : _int = (length x-values))
|
||||||
(x-values : (_list i _plflt))
|
(x-values : (_list i _plflt))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user