Opened 10 years ago

Closed 10 years ago

#585 closed bug (fixed)

Ideals in newstruct objects do not inherit attributes

Reported by: ren Owned by: somebody
Priority: minor Milestone: 3-2-0 and higher
Component: dontKnow Version: 3-1-6
Keywords: Cc:

Description

newstruct("justAnIdeal","ideal I");

ring r;
ideal J = x+y,y-x;
J = std(J);

justAnIdeal anIdeal;
anIdeal.I = J;
attrib(J,"isSB");          // returns 1
attrib(anIdeal.I, "isSB"); // returns 0

Change History (1)

comment:1 Changed 10 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.