This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: vectors of integers


Glenn Moloney writes:
 > For my netcdf guile wrappers, I use uniform arrays, and they work
 > fine. The netcdf-guile primitives accept any vector as a valid
 > argument, and I call scm_make_uniform(), which will convert the vector
 > to a uniform array if it is not already (and check the args - I
 > think).

Where does one find scm_make_uniform ()? It doesn't show up when I do a
'nm /usr/lib/libguile.so*|grep scm_make_uniform' .


Klaus Schilling