[GSLL-devel] gsd/grid: cannot convert #(...doubles...) to #m(...doubles...)

2010-11-16 Thread Mirko Vukovic
I can go from foreign arrays to cl-arrays: (grid:copy-to #m(1.0d0 2.0d0) 'grid::array) (although the use of the *internal* symbol `array' puzzles me) but I cannot do the converse: (grid:copy-to #(1.0d0 2.0d0) 'grid:foreign-array) There is no class named GRID::VECTOR-T. [Condition of type

Re: [GSLL-devel] gsd/grid: cannot convert #(...doubles...) to #m(...doubles...)

2010-11-16 Thread Liam Healy
On Tue, Nov 16, 2010 at 2:23 PM, Mirko Vukovic mirko.vuko...@gmail.com wrote: I can go from foreign arrays to cl-arrays: (grid:copy-to #m(1.0d0 2.0d0)  'grid::array) (although the use of the *internal* symbol `array' puzzles me) So, why did you use it? (copy-to #m(1.0d0 2.0d0) 'array)