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

2010-11-16 Thread Mirko Vukovic
On Tue, Nov 16, 2010 at 3:56 PM, Liam Healy wrote: > On Tue, Nov 16, 2010 at 2:23 PM, Mirko Vukovic > 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 u

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 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) #(1.0d0 2.0d0) works just

[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 S