Opened 9 years ago
Closed 9 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
Note: See
TracTickets for help on using
tickets.
fixed with fa502097e0f6e99adaf0a797bd0957c1c79369ba (master: 75a95804a920c32ef1483488eebbcb533a7f701a)