A uniform vector of type double is read as a vector.

guile-user> (array-prototype #i(1 2 3 4))
()
guile-user> (array-prototype #s(1 2 3 4))
1.0

I'm mostly using 1.7 now (I'm in research, not production) but I hadn't
noticed this until now because most often I'm using float vectors. I
found it when testing one of my uniform vector routines.

        Best regards
        Roland Orre




_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to