Opened 14 years ago

Closed 14 years ago

#230 closed bug (fixed)

fglm(basering, 0);

Reported by: gorzel Owned by: hannes
Priority: minor Milestone: 3-1-2 and higher
Component: singular-kernel Version: 3-1-1
Keywords: Cc:

Description

ring rlp = 0,(x,y),lp;

ideal I =0; ideal J =2; ideal K =x;

fglm(basering,K);

? The ideal K has to be 0-dimensional ? error occurred in or before STDIN line 6: fglm(basering,K);

fglm(basering,J);

_[1]=1 OK

fglm(basering,I); fglm(basering,I);

_[1]=1 BUG here

------------------------------------------------

fglm(basering,I); for I==0

should return 0 or at least the message

? The ideal I has to be 0-dimensional

Change History (1)

comment:1 Changed 14 years ago by hannes

Resolution: fixed
Status: newclosed

fixed.

Note: See TracTickets for help on using tickets.