Re: A mess with GOOPS

2011-09-06 Thread Panicz Maciej Godek
2011/9/6, Panicz Maciej Godek : > OK, you were right :) > I made a small change -- instead of namiing my new class > , I simply named it , so that the smob name > overlaps with the class name. I don't know if it's a proper > programming style, but it's simple and it works. > > There is, however, an

Re: A mess with GOOPS

2011-09-06 Thread Panicz Maciej Godek
> Oh, and I forgot to mention -- the error appears when I try > to apply these funtions to regular (non-typed) array with rank > 1. > It works for typed arrays, vectors and uvecs. > I removed my modifications and the error still appears. I've figured that the reason lies somewhere in the special re

Re: A mess with GOOPS

2011-09-06 Thread Daniel Llorens
>> While compiling expression: >> ERROR: In procedure vector-length: Wrong type argument in position 1 >> > > Oh, and I forgot to mention -- the error appears when I try > to apply these funtions to regular (non-typed) array with rank > 1. > It works for typed arrays, vectors and uvecs. > > I'l